energyd / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Http object needs to be able to accept ssl version as a parameter #221

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On Ubuntu 12.04, try to make an HTTPS connection to 
https://sandbox.evernote.com, mediafire, or google app engine

What is the expected output? What do you see instead?
You get an unexpected EOF, because the version of openssl installed with ubuntu 
12.04 LTS uses SSLv23 by default, and these sites (among others) require TLSv1

What version of the product are you using? On what operating system?
0.7.4, Ubuntu 12.04

Please provide any additional information below.
I've supplied a patch for python2. I'm a bit of a python noob, though, so I 
didn't feel comfortable patching python3.

Original issue reported on code.google.com by ghiloni on 9 Aug 2012 at 9:53

Attachments: