Last Updated: February 25, 2016
·
293
· djalmaaraujo

OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3

Testing the error

irb
~ require 'open-uri'; open 'https://google.com'

Fixing with downloaded Certificate

curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/etc/openssl/cert.pem

Thanks

http://stackoverflow.com/users/62/liron-yahdav on http://stackoverflow.com/a/16741712/3075288