You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error after and before installing the gem: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
@sgeef I'll have to try installing Ruby 2.2 to see what kinds of results that I get. I have been running 2.1 on Windows because that's what RubyInstaller was recommending at the time. I haven't tried connecting it to google.com, however. The issue that I was running across was with AWS/S3.
@chrisdpeters, if you wanne give it a go. it would make me very happy. As it seems i have tested every possible solution on the web and not finding a solution. i'm already trying to fix this for over a month.
The only solution that works for me currently is setting the verify mode to none, which isn't the most beatifull, but at least let's me continue my work.
I have installed your gem, restarted my console. but it's not fixing the SSL error.
Any ideas?
ruby version: ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32]
Error after and before installing the gem: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Code used for the test:
The text was updated successfully, but these errors were encountered: