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 mdeslaur
Recipients mdeslaur
Date 2015-11-24.15:44:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448379899.26.0.590688499284.issue25724@psf.upfronthosting.co.za>
In-reply-to
Content
In order to disable SSLv3 in OpenSSL without breaking ABI, Ubuntu 16.04 LTS will ship with OP_NO_SSLv3 forced on by default.

This is causing the test_ssl.py test to fail.
Attached is a patch to fix the issue.
History
Date User Action Args
2015-11-24 15:44:59mdeslaursetrecipients: + mdeslaur
2015-11-24 15:44:59mdeslaursetmessageid: <1448379899.26.0.590688499284.issue25724@psf.upfronthosting.co.za>
2015-11-24 15:44:59mdeslaurlinkissue25724 messages
2015-11-24 15:44:59mdeslaurcreate