I set up Rails project and database on Windows and some gems are missing. When trying to install them I get the following error:
Following gems were not installed: bundler: Could not find a valid gem 'bundler' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
I tried
and
SSL Error When installing rubygems, Unable to pull data from 'https://rubygems.org/
but non of this worked. Any ideas?
http
rather thanhttps
. I have noticed that doing this and then switching back sometimes resolves the issue. – engineersmnky