Skip to content

Instantly share code, notes, and snippets.

@cypher
Last active December 14, 2015 05:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cypher/5038241 to your computer and use it in GitHub Desktop.
Save cypher/5038241 to your computer and use it in GitHub Desktop.
I got an error while trying out Rails 4 Beta 1 on Ruby 2.0 (running rbenv): `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError) Solution via http://ikm.hatenablog.jp/entry/2013/02/13/031343: Make sure you have an up-to-date version of OpenSSL installed (at least 1.0.…
CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl) --with-readline-dir=$(brew --prefix readline)" \
RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl)" \
rbenv install 2.0.0-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment