Issue 25613: fix ssl tests with sslv3 disabled (original) (raw)

Issue25613

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:23 admin set github: 69799
2016-01-21 21:52:01 martin.panter set status: open -> closednosy: + martin.pantermessages: + superseder: SSLv3 test failure on Ubuntu 16.04 LTSresolution: duplicate
2015-11-12 23:28:20 alex set nosy: + alexmessages: +
2015-11-12 23:27:16 doko create