Skip to content

Instantly share code, notes, and snippets.

@arohner
Created October 21, 2013 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arohner/7089153 to your computer and use it in GitHub Desktop.
Save arohner/7089153 to your computer and use it in GitHub Desktop.
rubygems SSL clue?
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: wrong version number
/home/ubuntu/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/net/http.rb:918:in `connect'
/home/ubuntu/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/net/http.rb:918:in `block in connect'
/home/ubuntu/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/timeout.rb:66:in `timeout'
/home/ubuntu/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/net/http.rb:918:in `connect'
/home/ubuntu/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/net/http.rb:1445:in `begin_transport'
/home/ubuntu/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/net/http.rb:1402:in `transport_request'
/home/ubuntu/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/net/http.rb:1376:in `request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/newrelic_rpm-3.6.2.96/lib/new_relic/agent/instrumentation/net.rb:28:in `block in request_with_newrelic_trace'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/newrelic_rpm-3.6.2.96/lib/new_relic/agent/cross_app_tracing.rb:39:in `trace_http_request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/newrelic_rpm-3.6.2.96/lib/new_relic/agent/instrumentation/net.rb:27:in `request_with_newrelic_trace'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/net/http/connection_pool/session.rb:39:in `request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/net/http/connection_pool.rb:129:in `request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/net/http/connection_pool/connection.rb:116:in `request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/http/net_http_handler.rb:44:in `handle'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/client.rb:220:in `block in make_sync_request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/client.rb:234:in `retry_server_errors'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/client.rb:215:in `make_sync_request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/client.rb:390:in `block (2 levels) in client_request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/client.rb:287:in `log_client_request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/client.rb:363:in `block in client_request'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/client.rb:275:in `return_or_raise'
/home/ubuntu/foo/vendor/bundle/ruby/2.0.0/gems/aws-sdk-1.3.9/lib/aws/core/client.rb:362:in `client_request'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment