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 EWDurbin, alex, benjamin.peterson, georg.brandl, jmadden, koobs, larry, lemburg, martin.panter, python-dev, skrah, vincent-legoll, yan12125
Date 2016-01-08.10:42:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452249764.97.0.122877418249.issue25940@psf.upfronthosting.co.za>
In-reply-to
Content
In python-dev I offered to make a patch to switch to https://self-signed.pythontest.net. Here is my patch so far.

There is one outstanding problem though: test_get_ca_certs_capath() fails. I think it is because the self-signed certificate does not have a “CA basic constraints” flag set, and SSLContext.get_ca_certs() no longer lists the certificate. Maybe someone else can help. I suspect this would need to be fixed on the server side (or find another server with a certificate signed with this flag set?), but I could easily be wrong :).
History
Date User Action Args
2016-01-08 10:42:45martin.pantersetrecipients: + martin.panter, lemburg, georg.brandl, larry, benjamin.peterson, alex, skrah, python-dev, koobs, jmadden, yan12125, vincent-legoll, EWDurbin
2016-01-08 10:42:44martin.pantersetmessageid: <1452249764.97.0.122877418249.issue25940@psf.upfronthosting.co.za>
2016-01-08 10:42:44martin.panterlinkissue25940 messages
2016-01-08 10:42:44martin.pantercreate