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

后端 未结 30 2846
太阳男子
太阳男子 2020-11-22 04:29

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

30条回答
  •  死守一世寂寞
    2020-11-22 04:52

    Here's what I did that helped if you are specifically having a problem on Leopard.

    My cert was old and needed to be updated. I downloaded this:

    http://curl.haxx.se/ca/cacert.pem

    Then replaced my cert which was found here on Leopard:

    /usr/share/curl/curl-ca-bundle.crt
    

    Reload whatever you have that's accessing it and you should be good to go!

提交回复
热议问题