[issue13898] Ignored exception in test_ssl

Ezio Melotti report at bugs.python.org
Sun Mar 3 15:27:39 CET 2013


Ezio Melotti added the comment:

The first traceback comes from 

try_protocol_combo(ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_SSLv23, False,
                               client_options=ssl.OP_NO_SSLv3)

in test_protocol_sslv3.  The test is marked with the @skip_if_broken_ubuntu_ssl decorator, but this seems to be some different kind of brokenness.

----------
priority: low -> normal
versions:  -Python 2.7, Python 3.4

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


More information about the Python-bugs-list mailing list