Facebook loads page tab secure url as http -


i'm doing basic facebook app. have it's "secure page tab url" set ssl certificated url (https://example.com/). said url nothing fancy, plain old html. add fb app fb page tab. sounds dead simple, right?

no. instead of loading contents of https://example.com/, i'm getting 302 nginx. according our server guy, has setup if accesses http://example.com/, nginx 302 them https://example.com/. leads conclude facebook loading http://example.com instead, makes no sense @ all.

i'm pretty sure facebook app setup correct (tested site, iframe loaded no problems), problem must on our server side. should looking at? pointers appreciated.


Comments

Popular posts from this blog

Google sheets equipment borrowing system -

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -