thor icon indicating copy to clipboard operation
thor copied to clipboard

SSL support

Open mnot opened this issue 14 years ago • 2 comments

See: http://www.heikkitoivonen.net/blog/2008/10/14/ssl-in-python-26/ http://www.heikkitoivonen.net/blog/2010/08/23/ssl-in-python-2-7/

mnot avatar Jun 14 '11 08:06 mnot

SSL client-side support is now in, with a number of caveats:

  • no tests (yet)
  • client side only
  • no certificate validation
  • no extra connection properties
  • requires Python 2.7.2 or greater (thanks to bug 11326 in Python)

mnot avatar Nov 30 '11 05:11 mnot

Backported to Python 2.6 (messy monkey patching)

mnot avatar Nov 30 '11 09:11 mnot