I deployed the Facebook app using Heroku, and partially it worked locally. I see my application, but as soon as I click on the Facebook connection, I get an internal server error message. This is what Foreman throws:
OpenSSL::SSL::SSLError - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed:
Everything works on Production, but I need to get local work to start integrating Mongo and FB.
I followed all the instructions: https://devcenter.heroku.com/articles/facebook#working-locally . I created a dev application and modified the .env file accordingly. I created a self-signed certificate, but I'm not sure if this is what follows.
I am on Mac OS 10.8.2 with ruby 1.9.3p194, OpenSSL 1.0.1c, sinatra 1.2.6 and Foreman.
source
share