Skip to content

Instantly share code, notes, and snippets.

@lbalceda
Created August 13, 2013 08:25
Show Gist options
  • Save lbalceda/6219019 to your computer and use it in GitHub Desktop.
Save lbalceda/6219019 to your computer and use it in GitHub Desktop.
RVM: Fix for OpenSSL::SSL::SSLError " SSL_connect returned=1 errno=0 state=SSLv3 read server key exchange B: bad ecpoint "
# Rebuilds all RVM rubies with 'approved' version of open SSL.
# Taken from https://github.com/pivotal/pivotal_workstation/issues/221#issuecomment-14577443
rvm pkg install openssl; rvm reinstall all --with-open-ssl-dir=$rvm_path/usr --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment