[issue25724] SSLv3 test failure on Ubuntu 16.04 LTS

Marc Deslauriers report at bugs.python.org
Tue Nov 24 10:44:59 EST 2015


New submission from Marc Deslauriers:

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.

----------
components: Tests
files: fix-sslv3-test.diff
keywords: patch
messages: 255274
nosy: mdeslaur
priority: normal
severity: normal
status: open
title: SSLv3 test failure on Ubuntu 16.04 LTS
versions: Python 3.5
Added file: http://bugs.python.org/file41150/fix-sslv3-test.diff

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


More information about the Python-bugs-list mailing list