thor
thor copied to clipboard
SSL support
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/
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)
Backported to Python 2.6 (messy monkey patching)