Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

gem devise error #2560

Closed
anonyo opened this issue Jul 24, 2013 · 2 comments
Closed

gem devise error #2560

anonyo opened this issue Jul 24, 2013 · 2 comments

Comments

@anonyo
Copy link

anonyo commented Jul 24, 2013

Hi, when i try to enter command bundle install for gem 'devise' I get the following error, would love to know how this can be resolved. Thanks

Fetching gem metadata from https://rubygems.org/.Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
/usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in connect': SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A (OpenSSL::SSL::SSLError) from /usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:inblock in connect'
from /usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/timeout.rb:54:in timeout' from /usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/timeout.rb:99:intimeout'
from /usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:799:in connect' from /usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:755:indo_start'
from /usr/local/rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/net/http.rb:750:in start' from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/vendor/net/http/persistent.rb:224:inconnection_for'
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/vendor/net/http/persistent.rb:358:in request' from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/fetcher.rb:142:infetch'
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/fetcher.rb:173:in fetch_dependency_remote_specs' from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/fetcher.rb:128:infetch_remote_specs'
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/fetcher.rb:76:in specs' from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/source.rb:234:inblock in remote_specs'
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/source.rb:232:in each' from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/source.rb:232:inremote_specs'
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/source.rb:165:in fetch_specs' from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/source.rb:70:inspecs'
from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/definition.rb:191:in block (2 levels) in index' from /usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/bundler-1.2.4/lib/bundler/definition.rb:188:ineach'

@TimMoore
Copy link
Contributor

This looks similar to #2531. The error indicates an SSL problem connecting to rubygems.org, maybe because there's a bad OpenSSL library on the box? You can try to work around this by changing "https" to "http" in the source line in your Gemfile.

@TimMoore
Copy link
Contributor

Related: rubygems/rubygems#515

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants