[New-bugs-announce] [issue31518] ftplib, urllib2, poplib, httplib, urllib2_localnet use ssl.PROTOCOL_TLSv1 unconditionally

Matthias Klose report at bugs.python.org
Tue Sep 19 09:35:27 EDT 2017


New submission from Matthias Klose:

Debian's OpenSSL now disables TLS 1.0 and 1.1, letting some of the python tests fail.  Please make them use a newer protocol version, or make the use of the older versions conditional.

----------
assignee: christian.heimes
components: SSL
messages: 302524
nosy: christian.heimes, doko
priority: normal
severity: normal
status: open
title: ftplib, urllib2, poplib, httplib, urllib2_localnet use ssl.PROTOCOL_TLSv1 unconditionally
versions: Python 2.7, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31518>
_______________________________________


More information about the New-bugs-announce mailing list