Message 402788 - Python tracker

Message402788

Author steve.dower
Recipients MDM-1, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-09-28.16:29:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632846566.12.0.479831186788.issue45312@roundup.psfhosted.org>
In-reply-to
Content
Python doesn't include any trusted certificates - it reads them from the operating system. So you'll need to get the operating system vendors to include it if you want it to be trusted by default.

Additionally, some libraries include a copy of Mozilla's bundle (usually via the certifi package) and override the operating system. You'd need them to also include it.
History
Date User Action Args
2021-09-28 16:29:26steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, MDM-1
2021-09-28 16:29:26steve.dowersetmessageid: <1632846566.12.0.479831186788.issue45312@roundup.psfhosted.org>
2021-09-28 16:29:26steve.dowerlinkissue45312 messages
2021-09-28 16:29:26steve.dowercreate