Last active
December 19, 2015 04:48
-
-
Save natritmeyer/5899294 to your computer and use it in GitHub Desktop.
Failure/Error: response = http.request(request) OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: (null)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Getting this? | |
<<-ANNOYING_ERROR | |
Failure/Error: response = http.request(request) | |
OpenSSL::SSL::SSLError: | |
SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: (null) | |
ANNOYING_ERROR | |
#You need this: | |
http.ssl_version="SSLv3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment