Skip to content

Instantly share code, notes, and snippets.

@jonleighton
Created October 22, 2013 11:42
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 jonleighton/7099162 to your computer and use it in GitHub Desktop.
Save jonleighton/7099162 to your computer and use it in GitHub Desktop.
<- "GET /quick/Marshal.4.8/stackable_flash-0.0.7.gemspec.rz HTTP/1.1\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nUser-Agent: Ruby\r\nConnection: keep-alive\r\nKeep-Alive: 30\r\nHost: rubygems.org\r\n\r\n"
-> "HTTP/1.1 302 Moved Temporarily\r\n"
-> "Server: nginx\r\n"
-> "Date: Tue, 22 Oct 2013 11:37:03 GMT\r\n"
-> "Content-Type: text/html\r\n"
-> "Content-Length: 154\r\n"
-> "Connection: keep-alive\r\n"
-> "Location: https://s3.amazonaws.com/production.s3.rubygems.org/quick/Marshal.4.8/stackable_flash-0.0.7.gemspec.rz\r\n"
-> "\r\n"
reading 154 bytes...
-> "<html>\r\n<head><title>302 Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>302 Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
read 154 bytes
Conn keep-alive
<- "GET /production.s3.rubygems.org/quick/Marshal.4.8/stackable_flash-0.0.7.gemspec.rz HTTP/1.1\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nUser-Agent: Ruby\r\nConnection: keep-alive\r\nKeep-Alive: 30\r\nHost: s3.amazonaws.com\r\n\r\n"
Conn close because of error end of file reached, and retry
opening connection to s3.amazonaws.com:443...
opened
starting SSL for s3.amazonaws.com:443...
SSL established
Conn close because of connect error SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: wrong version number
Conn close because of error SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: wrong version number
Conn close because of error SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: wrong version number
opening connection to s3.amazonaws.com:443...
opened
starting SSL for s3.amazonaws.com:443...
SSL established
Conn close because of connect error SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: wrong version number
Bundler::Fetcher::CertificateFailureError: Could not verify the SSL certificate for https://rubygems.org/.
There is a chance you are experiencing a man-in-the-middle attack, but most likely your system doesn't have the CA certificates needed for verification. For information about OpenSSL certificates, see bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources and change 'https' to 'http'.
An error occurred while installing stackable_flash (0.0.7), and Bundler cannot continue.
Make sure that `gem install stackable_flash -v '0.0.7'` succeeds before bundling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment