Skip to content

Instantly share code, notes, and snippets.

@fellix
Created February 27, 2013 19:49
Show Gist options
  • Save fellix/5051076 to your computer and use it in GitHub Desktop.
Save fellix/5051076 to your computer and use it in GitHub Desktop.
ruby 2.0 + rails 4.0.beta1 + bundle install = error
bundle
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
/Users/felix/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/net/http.rb:917:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server key exchange B: bad ecpoint (OpenSSL::SSL::SSLError)
from /Users/felix/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/net/http.rb:917:in `block in connect'
from /Users/felix/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/timeout.rb:51:in `timeout'
from /Users/felix/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/net/http.rb:917:in `connect'
from /Users/felix/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/net/http.rb:861:in `do_start'
from /Users/felix/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/net/http.rb:856:in `start'
from /Users/felix/.rvm/gems/ruby-2.0.0-p0@oeconomicae/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent.rb:628:in `start'
from /Users/felix/.rvm/gems/ruby-2.0.0-p0@oeconomicae/gems/bundler-1.3.0/lib/bundler/vendor/net/http/persistent.rb:570:in `connection_for'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment