I am using Authlogic-Connect for third party logins. After running appropriate migrations, Twitter/Google/yahoo logins seem to work fine but the facebook login throws except
I ran into this issue and the suggested fix of rvm osx-ssl-certs update all did not work despite that I am an RVM user on OSX.
rvm osx-ssl-certs update all
The fix that worked for me was re-installing the latest version of openssl:
brew update brew remove openssl brew install openssl