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 Bennet Fauber, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, pitrou
Date 2016-05-13.02:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463107572.16.0.437633579403.issue27003@psf.upfronthosting.co.za>
In-reply-to
Content
After 3.5.1 was released, there were some SSL certificate changes with a server (ab)used in the test suite. See Issue 25940. The result was that I changed some tests over to use the https://self-signed.pythontest.net/ server, and I had to enable the CA flag in its certificate (https://hg.python.org/pythontestdotnet/rev/1882edb402ab).

A workaround might be to grab the updated Lib/test/selfsigned_pythontestdotnet.pem file, and perhaps some of the other changes made in Issue 25940 if necessary.
History
Date User Action Args
2016-05-13 02:46:12martin.pantersetrecipients: + martin.panter, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, dstufft, Bennet Fauber
2016-05-13 02:46:12martin.pantersetmessageid: <1463107572.16.0.437633579403.issue27003@psf.upfronthosting.co.za>
2016-05-13 02:46:12martin.panterlinkissue27003 messages
2016-05-13 02:46:11martin.pantercreate