Using Homebrew on Mac OSX 10.7.5
$ brew install openssl
Error: openssl-1.0.1e already installed
$ rake test.rake
rake aborted!
SSL_connect returned = 1 errno = 0 state = SSLv3 read server certificate B: certificate verify failed
I admit that there are other issues, such as the name, but none of the solutions seem to work. I tried them at different points, without success:
rvm pkg install openssl
rvm reinstall 1.9.3 --with-openssl-dir = $ rvm_path / usr
rvm remove 1.9.3
brew install openssl
rvm install 1.9.3 --with-openssl-dir = `brew --prefix openssl`
I decided to check the openssl version and noticed this:
$ openssl version
OpenSSL 0.9.8r 8 Feb 2011
I hope this is indeed a problem, and the fix is ββas simple as making sure my laptop detects the correct OpenSSL.
But how can I fix it, so instead I use OpenBlash for beginners?
Thanks in advance.
source share