The problem is, every time I want to use bundle install, some error messages shows like that:
Gem::RemoteFetcher::FetchError:
SSL_connect returned=1 errno=0 state=unknown state: unknown protocol
(https://s3.amazonaws.com/production.s3.rubygems.org/gems/jquery-rails-3.1.0.gem)
An error occurred while installing jquery-rails (3.1.0), and Bundler cannot continue.
Make sure that `gem install jquery-rails -v '3.1.0'` succeeds before bundling.
If I use bundle update, the gems that stuck last time may or may not be installed successfully, but some other gems stuck.
And every things work when I change the line source 'https://rubygems.org'
to source 'http://rubygems.org'
This problem happens recently, it used to be fine.
my openssl version: OpenSSL 1.0.1c 10 May 2012. It is newest version I can get.
update:
What I already did:
rvm autolibs packages
rvm reinstall 2.0.0
,install ca-certificates, already newest version
,reinstall openssl, still not working
more informations:
debug information update:
I don't get the same error every time I type "gem i rails -V" details