Comment 37 for bug 965371

Revision history for this message
Voronin Kirill (kirvoronin) wrote :

If you use Evernote API or other service that requires TLSv1, you can use next monkey patch http://pastebin.com/PdfQAJQ8 and call it like:
from opensslpatch import HTTPSConnection
http.client.HTTPSConnection = HTTPSConnection
I apologize if it was the obvious solution, but one man ask me how to fix this bug in his script, so it can be useful, i hope