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 martin.panter
Recipients alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, pitrou, python-dev
Date 2016-09-06.04:32:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473136371.89.0.0769281441778.issue27866@psf.upfronthosting.co.za>
In-reply-to
Content
Fails on the Gentoo buildbots:
http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%20with%20X%203.x/builds/1368/steps/test/logs/stdio

======================================================================
ERROR: test_get_ciphers (test.test_ssl.ContextTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_ssl.py", line 840, in test_get_ciphers
    ctx.set_ciphers('ECDHE+AESGCM:!ECDSA')
ssl.SSLError: ('No cipher can be selected.',)
History
Date User Action Args
2016-09-06 04:32:51martin.pantersetrecipients: + martin.panter, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, python-dev, dstufft
2016-09-06 04:32:51martin.pantersetmessageid: <1473136371.89.0.0769281441778.issue27866@psf.upfronthosting.co.za>
2016-09-06 04:32:51martin.panterlinkissue27866 messages
2016-09-06 04:32:51martin.pantercreate