Last Updated: February 25, 2016
·
1.324K
· Marko Klemetti

Renewing SSL Certificates in RVM

Ever bumped into this error message?

Bundler::Fetcher::CertificateFailureError: Could not verify the SSL certificate for https://rubygems.org/.

In RVM you can update the certificates by typing:

rvm osx-ssl-certs update all

See also OpenSSL Errors and Rails – Certificate Verify Failed.