SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Posted
by
Vikash
on Stack Overflow
See other posts from Stack Overflow
or by Vikash
Published on 2010-12-24T19:49:31Z
Indexed on
2010/12/24
19:54 UTC
Read the original article
Hit count: 268
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 exception:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
The dev log shows
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed):
app/controllers/users_controller.rb:37:in `update'
Please suggest..
© Stack Overflow or respective owner