1

I am getting the below error while trying to install MySQL gem.

Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)

What does it mean? How can I fix this?

Manfred Radlwimmer
  • 13,257
  • 13
  • 53
  • 62
Shreya
  • 69
  • 1
  • 5

1 Answers1

1

I hope your have rvm. I updated the certificates. first

rvm get stable

then update the certificates

rvm osx-ssl-certs update all

or Alternatively you can also do

rvm rubygems latest

there are further here if this did not helped.

Community
  • 1
  • 1
Ccr
  • 686
  • 7
  • 25