Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

If you run bundle and receive the message: 
 
Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed
 
You might need to update your gem version - issue the following: 
$ gem -v

if less than 1.8.24, update using:

$ gem update --system
 
Comments are closed