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
Here's how you can fix it on Windows: https://gist.github.com/867550 (created by Fletcher Nichol)
Excerpt:
The Manual Way (Boring)
Download the
cacert.pemfile from http://curl.haxx.se/ca/cacert.pem. Save this file toC:\RailsInstaller\cacert.pem.Now make ruby aware of your certificate authority bundle by setting
SSL_CERT_FILE. To set this in your current command prompt session, type:set SSL_CERT_FILE=C:\RailsInstaller\cacert.pemTo make this a permanent setting, add this in your control panel.