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 christian.heimes
Recipients christian.heimes
Date 2017-12-19.18:59:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513709944.02.0.213398074469.issue32378@psf.upfronthosting.co.za>
In-reply-to
Content
LibreSSL 2.6.1 to 2.6.4 have a broken implementation of NPN protocol. 2.6.0 and earlier are fine.


======================================================================
FAIL: test_npn_protocols (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/heimes/dev/python/cpython/Lib/test/test_ssl.py", line 3424, in test_npn_protocols
    self.assertEqual(client_result, expected, msg % (client_result, "client"))
AssertionError: None != 'http/1.1' : failed trying ['http/1.1', 'spdy/2'] (s) and ['http/1.1', 'spdy/2'] (c).
was expecting http/1.1, but got None from the client

Upstream issue https://github.com/libressl-portable/portable/issues/368
History
Date User Action Args
2017-12-19 18:59:04christian.heimessetrecipients: + christian.heimes
2017-12-19 18:59:04christian.heimessetmessageid: <1513709944.02.0.213398074469.issue32378@psf.upfronthosting.co.za>
2017-12-19 18:59:03christian.heimeslinkissue32378 messages
2017-12-19 18:59:03christian.heimescreate