0

I'm trying to install rails on window, but i got error

gem install rails

ERROR:  Could not find a valid gem 'rails' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - SSL_connect retur
ned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (
https://rubygems.org/latest_specs.4.8.gz)

here my ruby and gem version

ruby -v

ruby 2.0.0p598 (2014-11-13) [x64-mingw32]

gem -v

2.0.14
Surya Wono
  • 69
  • 1
  • 11
  • [This](http://stackoverflow.com/questions/19150017/ssl-error-when-installing-rubygems-unable-to-pull-data-from-https-rubygems-o?rq=1) looks similar? Have you tried the non-SSL source for rubygems, i.e. `sudo gem sources -a http://rubygems.org` ? – anyarms Feb 03 '15 at 04:56
  • @anyarms it works! thanks alot – Surya Wono Feb 03 '15 at 05:05

0 Answers0