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.

Author ezio.melotti
Recipients ezio.melotti, giampaolo.rodola, janssen, nadeem.vawda, pitrou
Date 2013-03-03.14:27:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362320859.54.0.303878046532.issue13898@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-03 14:27:39ezio.melottisetrecipients: + ezio.melotti, janssen, pitrou, giampaolo.rodola, nadeem.vawda
2013-03-03 14:27:39ezio.melottisetmessageid: <1362320859.54.0.303878046532.issue13898@psf.upfronthosting.co.za>
2013-03-03 14:27:39ezio.melottilinkissue13898 messages
2013-03-03 14:27:39ezio.melotticreate