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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25724>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to