Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'jzombi/python3.4_tls'
Avoid [1]: ssl.SSLError: [SSL: TLSV1_ALERT_DECODE_ERROR] tlsv1 alert decode error (_ssl.c:598) when using .starttls() after an explicit .connect(host=...) on Python 3.4+ (where they start verifying hostnames). [1]: http://bugs.python.org/issue25852 * jzombi/python3.4_tls: Fix tls bug in python 3.4+ Signed-off-by: W. Trevor King <[email protected]>
- Loading branch information