Skip to content

Instantly share code, notes, and snippets.

@natritmeyer
Last active December 19, 2015 04:48
Show Gist options
  • Save natritmeyer/5899294 to your computer and use it in GitHub Desktop.
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)
#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