Fixing ruby ssl certificate error
When trying to run a bundle install, I was getting this error:
Gem::RemoteFetcher::FetchError: SSL_connect ...
This kind of error seems to be common on Mac OS X.
If your running a recent version of rvm this is pretty easy to fix.
First, check the status of the certificates:
rvm osx-ssl-certs status all
Update the certificates:
rvm osx-ssl-certs update all
Check the status again.
rvm osx-ssl-certs status all
It should say that they are all up to date.
Written by Tommaso
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#