search for: always_verify_ssl_certif

Displaying 1 result from an estimated 1 matches for "always_verify_ssl_certif".

2011 Mar 19
0
Problems with SSL dependent gems OAuth2 & ActiveMerchant
...is 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 following things: (1) gem ''always_verify_ssl_certificates'' in the Gemfile (2) require ''always_verify_ssl_certificates'' in the ApplicationController file. However, both OAuth2 (Facebook) and ActiveMerchant (Pay...