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 wim.glenn
Recipients Whitequill Riclo, leosilva, scrutari, vstinner, wim.glenn
Date 2021-04-25.00:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619309140.39.0.460635461223.issue28874@roundup.psfhosted.org>
In-reply-to
Content
I was seeing this problem when building 3.6.4. Fixed it by replacing the test cert with a newer one from 3.6.13:

    curl https://raw.githubusercontent.com/python/cpython/v3.6.13/Lib/test/keycert.pem > ./Lib/test/keycert.pem

Hope this helps someone else one day..
History
Date User Action Args
2021-04-25 00:05:40wim.glennsetrecipients: + wim.glenn, vstinner, Whitequill Riclo, leosilva, scrutari
2021-04-25 00:05:40wim.glennsetmessageid: <1619309140.39.0.460635461223.issue28874@roundup.psfhosted.org>
2021-04-25 00:05:40wim.glennlinkissue28874 messages
2021-04-25 00:05:40wim.glenncreate