[issue23965] test_ssl failure on Fedora 22

Nick Coghlan report at bugs.python.org
Sun Jul 5 12:56:20 CEST 2015


Nick Coghlan added the comment:

Yeah, I belatedly realised I was overcomplicating things, and the test failures really are just due the change in the context options to disallow SSLv3 peers by default.

I have an idea for how to fix that, and I think it will make the handling of the NO_SSLv2 flag in the SSL tests easier to follow as well.

It's also worth noting that https://www.rfc-editor.org/info/rfc7568 was published recently to start deprecating SSL 3.0 entirely, so setting that flag by default is indeed going to become the norm at the distro layer.

----------
assignee:  -> ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23965>
_______________________________________


More information about the Python-bugs-list mailing list