Newbie: Ruby on rails. Error message on rails installation -
i trying ruby on rails software on computer(windows). have been getting result when input
gem install rails -v 4.2.3
in command prompt.
error: not find valid gem rails (=4.2.3) here why unable download data https://ruby_gems.org/- ssl_connect returned=1 errno=1 state=sslv3 read server certificate b: certificate verify failed (htpps://api.rubygems.org/specs.4.8.gz)
how proceed can start using ruby on rails learn more? thanks
i'm assuming followed instructions one uses ruby installer install ruby , needed dependencies.
awhile ago had issue similar when behind proxy trying install new gem. after googling found had specify source , proxy flags in command install new gem.
gem install rails --source http://www.rubygems.org --http-proxy http://user:password@proxyip:port
but change source appropriate , remove proxy flag if you're not behind one.
Comments
Post a Comment