]> granicus.if.org Git - python/commit
bpo-31518: Change TLS protocol for Debian (#3661)
authorChristian Heimes <christian@python.org>
Sat, 24 Feb 2018 23:45:53 +0000 (00:45 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Feb 2018 23:45:53 +0000 (00:45 +0100)
commit8d4d17399fb82801eaaca5beeb97a19908b40222
tree16f0a518d28ded99454702542659d91e44cd0a1b
parent8a7f1f4b0ffddf230864ebf16b481546970dd9c2
bpo-31518: Change TLS protocol for Debian (#3661)

Debian Unstable has disabled TLS 1.0 and 1.1 for SSLv23_METHOD(). Change
TLS/SSL protocol of some tests to PROTOCOL_TLS or PROTOCOL_TLSv1_2 to
make them pass on Debian.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_ftplib.py
Lib/test/test_httplib.py
Lib/test/test_ssl.py
Lib/test/test_urllib2_localnet.py
Misc/NEWS.d/next/Tests/2017-09-19-20-48-50.bpo-31518.KwTMMz.rst [new file with mode: 0644]