]> git.ipfire.org Git - thirdparty/tornado.git/commit
Improve simple_httpclient ssl configuration to pass howsmyssl.com.
authorBen Darnell <ben@bendarnell.com>
Thu, 13 Mar 2014 14:15:41 +0000 (10:15 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 13 Mar 2014 14:15:41 +0000 (10:15 -0400)
commitd2226ff81b566d6af3df7da6a6461cf6a8356bc3
tree09a004c69951a89c658aa6b0030834bcd531e550
parent2aef15dfa3e0ada2d17dae90be6ef645607d20ce
Improve simple_httpclient ssl configuration to pass howsmyssl.com.

Remove insecure cipher suites and disable TLS compression.  The option
to disable compression was only added in Python 3.3 so we do not
pass the test on older versions, but we come as close as possible with
the APIs available.

Closes #1014.
tornado/netutil.py
tornado/simple_httpclient.py