Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

SSL Connection Error #3

Open
shalabhaggarwal opened this issue Sep 22, 2011 · 3 comments
Open

SSL Connection Error #3

shalabhaggarwal opened this issue Sep 22, 2011 · 3 comments

Comments

@shalabhaggarwal
Copy link

I am trying to run the app locally with foreman.

Foreman successfully send the request to facebook and gets redirected to an URL which is something like:

https://127.0.0.1:5000/?code=

This instead of showing the app locally, throws an error saying : 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.

My redirect URL is : http://127.0.0.1:5000/

How can i deal with error?

@PEZ
Copy link

PEZ commented Sep 28, 2011

I'm stuck with SSL problems too. Got past shalabhaggarwal's problem, but then run into more problems. Posted a question on Stackoverflow: http://facebook.stackoverflow.com/questions/7580660/problems-getting-the-heroku-example-app-for-python-run-locally-with-ssl Maybe I should copy the question here?

@khuevu
Copy link

khuevu commented Oct 18, 2011

Hi, I think this link my help you: http://stackoverflow.com/questions/7541469/problem-running-herokus-facebook-app-tutorial-with-python
You can change the connection to http instead of https to run locally.

@PEZ
Copy link

PEZ commented Oct 18, 2011

Thanks. Isn't get_home() used in production?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants