This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: fix ssl tests with sslv3 disabled
Type: Stage:
Components: Versions: Python 3.6, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: SSLv3 test failure on Ubuntu 16.04 LTS
View: 25724
Assigned To: Nosy List: alex, doko, martin.panter
Priority: normal Keywords:

Created on 2015-11-12 23:27 by doko, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg254573 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2015-11-12 23:27
Linux distributions (now starting with the Ubuntu development version for 16.04 LTS) are starting to disable SSLv3, letting at least two test_ssl tests fail.

a partial fix is mentioned in https://launchpad.net/bugs/1515793
msg254574 - (view) Author: Alex Gaynor (alex) * (Python committer) Date: 2015-11-12 23:28
Does this issue still occur on default? https://hg.python.org/cpython/rev/d80954d941c7
msg258768 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2016-01-21 21:52
Sounds like this should be partly fixed via Issue 25530, and now Issue 25724 has been opened about the remaining problem (the patch there includes the same change from the Launchpad link).
History
Date User Action Args
2022-04-11 14:58:23adminsetgithub: 69799
2016-01-21 21:52:01martin.pantersetstatus: open -> closed

nosy: + martin.panter
messages: + msg258768

superseder: SSLv3 test failure on Ubuntu 16.04 LTS
resolution: duplicate
2015-11-12 23:28:20alexsetnosy: + alex
messages: + msg254574
2015-11-12 23:27:16dokocreate