Displaying 1 result from an estimated 1 matches for "hzqnwq".
2011 Mar 19
0
Problems with SSL dependent gems OAuth2 & ActiveMerchant
...ow the following
OpenSSL::SSL::SSLError when used:
* SSL_connect returned=1 errno=0 state=SSLv3 read server certificate
B: certificate verify failed
I did some digging, and found two patches. The first involves plugging
this into my initializers folder as "faraday.rb" (http://bit.ly/hZqNwQ).
The OAuth2 (Facebook) side of things does work with this patch. However,
the ActiveMerchant (PayPal) code still throws the same SSL_connect
error.
The second patch I''ve tried (unsuccessfully) is the
''always_verify_ssl_certificates'' gem (http://bit.ly/dXmuUh). I did the...