ruby on rails - SSL certificate verify failed when installing gems -
i set rails project , database on windows , gems missing. when trying install them following error:
following gems not installed: bundler: not find valid gem 'bundler' (>= 0), here why: unable download data 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 pull data 'https://rubygems.org/
but non of worked. ideas?
as temporary workaround, can change source 'https://rubygems.org' in gemfile source http://rubygems.org. run bundle.
i've had exact same problem before, , after that, able install gems.
for better solution, run gem update --system
Comments
Post a Comment