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

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

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -