Skip to content

Instantly share code, notes, and snippets.

@radinreth
Created December 21, 2015 02:23
Show Gist options
  • Save radinreth/2a2cc9298cdeae85680b to your computer and use it in GitHub Desktop.
Save radinreth/2a2cc9298cdeae85680b to your computer and use it in GitHub Desktop.
For those who has problems with OpenSSL::SSL::SSLError SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed on your machine:
rvm remove 2.1.5
brew install openssl
rvm install 2.1.5 --with-openssl-dir=`brew --prefix openssl`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment