bundle install certificate verify failed

I am trying to install the gem called "faker". I have added it to my gem file but each time I run "bundle install", I get the following error:

Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.global.ssl.fastly.net/gems/faker-1.1.2.gem)
An error occurred while installing faker (1.1.2), and Bundler cannot continue.
Make sure that `gem install faker -v '1.1.2'` succeeds before bundling.

What is going on, I didn't have this issue before?

1 thought on “bundle install certificate verify failed”

  1. I am also getting this error, I suspect a gem updated recently, which is causing this. For me Sass is also not working. No idea how to fix it though

    Reply

Leave a Comment