Last active
December 14, 2015 05:49
-
-
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.…
This file contains 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
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