我的環境,的OpenSSL :: SSL :: SSLError所以SSL_connect返回= 1個錯誤號= 0狀態= SSLv3的讀取服務器證書B:證書驗證失敗
% openssl version
OpenSSL 0.9.8r 8 Feb 2011
% curl --version
curl 7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz
% rails -v
Rails 3.0.3
% ruby -v
ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin12.2.0]
% rvm --version
rvm 1.15.0 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]
omniauth version is '0.2.6'
然後我通過Facebook登錄與omniauth並獲得以下錯誤。
OpenSSL::SSL::SSLError
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
我試圖解決這個問題。
添加一行到〜/ .zshrc
export CURL_CA_BUNDLE='/System/Library/OpenSSL/certs/cert.pem'
我使用的是自制的。和curl-config --ca顯示空行。
% curl-config --ca
(empty output)
我該如何解決這個問題?
在此先感謝。
非常感謝!!!我可以用這個解決方案解決我的問題。 –