Reputation: 41919
I'm trying to make a Facebook canvas app, eventually to be hosted on Heroku, but right now it's on localhost. I can sign in to my app on local host with Facebook, but when I try to visit the app (which is just an html page right now) on Facebook, I get this SSL error.
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.
This is how I set up the app on Facebook. can anyone explain what I'm doing wrong? I understand that I should be able to see the app on Facebook when I visit the app page.
Note, it's in Sandbox mode, if that makes a difference.
Upvotes: 3
Views: 6088
Reputation: 320
You don't have ssl in your localhost.
Desactive Secure browsing in your personal account to see your app Account Settings > Security > Secure browsing
Upvotes: 3