No subject
Trying to update one gem, keep getting this message:
C:\Users\Ed\webapps\creditflex>gem install carrierwave --version
0.8
WARNING: Error fetching data: SSL_connect returned=1 errno=0
state=SSLv3 read server certificate B: certificate verify failed
(https://rubygems.org/specs.4.8.gz)
ERROR: Could not find a valid gem 'carrierwave' (= 0.8) in any
repository
WARNING: Error fetching data: SSL_connect returned=1 errno=0
state=SSLv3 read server certificate B: certificate verify failed
(https://rubygems.org/latest_specs.4.8.gz)
ERROR: Possible alternatives: carrierwave
When I tried to update rubygems itself, I got this error,
too.
I'm at rubygems v 1.8.23
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Luis Lavena on 04 Feb, 2013 02:34 PM
Please download rubygems 1.8.24/18.25 and manually install it.
The issue is because version 1.8.23 didn't include the SSL certificate
information to properly validate. This was fixed in 1.8.24 and up.
See rubygems.org for instructions for manually update.
https://rubygems.org/pages/download
3 Posted by Ed on 04 Feb, 2013 02:55 PM
Thanks, Luis!
Sorry I couldn't find those easy instructions.
Nick Quaranto closed this discussion on 20 Feb, 2013 01:38 AM.