0

Anytime I try to install any gem of late I get this kind of error message for example:

could not find a valid gem 'bundler' (>= 0), here is why: unable to download data from https://rubygems.org/ - SSl_connects returned=1 eerno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)

I don't know what to do.

trooper
  • 4,444
  • 5
  • 32
  • 32
Eyo Okon Eyo
  • 16,326
  • 2
  • 13
  • 17

1 Answers1

0

This ticket contains several solutions. You may want to

  1. Try to upgrade your local RubyGems setup

    $ gem update --system
    
  2. If you use RVM, upgrade RVM and upgrade the certificates.

Here's a debugging tool.

Community
  • 1
  • 1
Simone Carletti
  • 173,507
  • 49
  • 363
  • 364