Search code examples
ruby-on-railsfacebookomniauth

Rails Facebook Omniauth Faraday Error


I have a OS X 10.8.2 with ruby-1.9.3-p374 and rails 3.2.11. I have followed the #360 Facebook Authentication guide on rails cast but when i try to sign in i receive the error:

Faraday::Error::ConnectionFailed

SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

How can i resolve this problem? There is any clear guide?

Thanks for your support


Solution

  • There are already few similar questions about this, I suggest you to take a look and see if those solutions works for you.