I downloaded Ruby installer for Windows, Installed Ruby, then tried
gem update --system
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
gem update --system --source http://rubygems.org
Updating installed gems
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
How to force it to use HTTP version of the host?
- ruby 2.3.1p112 (2016-04-26 revision 54768) [i386-mingw32]
- gem 2.6.7