]> git.ipfire.org Git - thirdparty/tornado.git/commit
Change hard-coded SSL protocol version for Python 2.6 to TLSv1.
authorBen Darnell <ben@bendarnell.com>
Sun, 3 Nov 2013 18:43:09 +0000 (13:43 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 3 Nov 2013 18:43:09 +0000 (13:43 -0500)
commit160adb035a3e1b3bc684915fdc63cd75f769208c
tree238eb81b1b658c027c7e53a824b6e0ad9794d52f
parentd0cf31c45fd80987952377c61251cf61ec6bda9d
Change hard-coded SSL protocol version for Python 2.6 to TLSv1.

The compatibility advantage of SSLv3 was always small, and it's probably
better to use TLSv1 than SSLv3 now.

Closes #911.
tornado/simple_httpclient.py