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 vstinner
Recipients alex, christian.heimes, dstufft, ncoghlan, ned.deily, pitrou, python-dev, vstinner
Date 2014-04-07.09:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396863569.02.0.709684420183.issue21015@psf.upfronthosting.co.za>
In-reply-to
Content
test_default_ecdh_curve() is still failing on "x86 Ubuntu Shared 3.x":

http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/9964/steps/test/logs/stdio

======================================================================
ERROR: test_default_ecdh_curve (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_ssl.py", line 2596, in test_default_ecdh_curve
    context.set_ciphers("ECDH")
ssl.SSLError: ('No cipher can be selected.',)
History
Date User Action Args
2014-04-07 09:39:29vstinnersetrecipients: + vstinner, ncoghlan, pitrou, christian.heimes, ned.deily, alex, python-dev, dstufft
2014-04-07 09:39:29vstinnersetmessageid: <1396863569.02.0.709684420183.issue21015@psf.upfronthosting.co.za>
2014-04-07 09:39:29vstinnerlinkissue21015 messages
2014-04-07 09:39:28vstinnercreate