]> git.ipfire.org Git - thirdparty/tornado.git/commit
Disable SSLv2 in simple_httpclient.
authorBen Darnell <ben@bendarnell.com>
Mon, 9 Jan 2012 19:59:24 +0000 (11:59 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 9 Jan 2012 19:59:24 +0000 (11:59 -0800)
commitdbe1c9bc84e48da50cee13124efb8b8a86870e7b
treef3f680f195b3187434b34ecc037c50a90faebd13
parent17052f33c9e467dfc7d3b755146d09012c881046
Disable SSLv2 in simple_httpclient.

Contrary to the python documentation, SSLv2 is enabled by default
unless openssl version 1.0 or newer is used; older versions appear
to still be in use (e.g. in Ubuntu 10.04 LTS and Mac OS X Lion)
tornado/simple_httpclient.py
tornado/test/httpserver_test.py