RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: bbusche
Site: http://rendition.net
I am getting an error after allowing permission in the dialog. It looks like Facebook is routing the callback to an SSL page, which my localhost is not configured to handle.
The error: Faraday::Error::ConnectionFailed
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Does anyone know how I can get the callback to force a non-secure URL?
I am getting an error after allowing permission in the dialog. It looks like Facebook is routing the callback to an SSL page, which my localhost is not configured to handle.
The error:
Faraday::Error::ConnectionFailed
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Does anyone know how I can get the callback to force a non-secure URL?