jasontorres / bootstrap-on-rails

A simpler implementation of Bootstap 3 for Rails. Only packaged assets. No bloat. Pure Less.
52 stars 8 forks source link

invalid SSL certificate? #4

Closed DonGiulio closed 11 years ago

DonGiulio commented 11 years ago

Hello,

I've tried to bundle install your gem, but I get the following error:

Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://s3.amazonaws.com/production.s3.rubygems.org/gems/bootstrap-on-rails-0.0.1.gem)
An error occurred while installing bootstrap-on-rails (0.0.1), and Bundler cannot continue.
Make sure that `gem install bootstrap-on-rails -v '0.0.1'` succeeds before bundling.

Best regards, Giulio

kobaltz commented 11 years ago

Are you still having this issue? It looks like it could be an SSL issue with RubyGems and not specific to this gem.

jasontorres commented 11 years ago

Happened to me before, keep on running bundle install :)

DonGiulio commented 11 years ago

Thanks, I solved it by switching to a different gem..

I had the same problem there and I fixed it with updating the certificates with rake, this command

 rvm osx-ssl-certs update all 

thank you :)