Ubuntu 12.04 has an open openssl bug:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/965371
which makes sites that does not support TSL 1.2 (such as Evernote, whose 
API I am trying to connect to) fail with
"EOF occurred in violation of protocol"

There is a workaround for Python mentioned in the URL, where TSL 1.1 is 
forced in httplib.py. The GAE SDK uses urlfetch, however, and I don't know 
how to force it to use TSL 1.1. Suggestions?

I have been thinking about just replacing the modified httplib in GAE SDK 
with a patched version of the original Python 2.7 httplib.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/TXvcEIINZmkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to