[issue25613] fix ssl tests with sslv3 disabled

2016-01-21 Thread Martin Panter
Martin Panter added the comment: 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). -- nosy: +martin.panter resolution: -> duplicate status: open -

[issue25613] fix ssl tests with sslv3 disabled

2015-11-12 Thread Alex Gaynor
Alex Gaynor added the comment: Does this issue still occur on default? https://hg.python.org/cpython/rev/d80954d941c7 -- nosy: +alex ___ Python tracker ___ _

[issue25613] fix ssl tests with sslv3 disabled

2015-11-12 Thread Matthias Klose
New submission from Matthias Klose: 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 -- messages: 254573 nosy: d