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 loewis
Recipients asdfasdfasdfasdfasdfasdfasdf, eric.araujo, loewis, pitrou
Date 2010-11-18.15:50:27
SpamBayes Score 0.00025188675
Marked as misclassified No
Message-id <1290095429.21.0.425417403637.issue10441@psf.upfronthosting.co.za>
In-reply-to
Content
db: there *is* no "sane system ca path", or Python would have done that long ago. On Windows, it may be possible to drop OpenSSL, and use the system certificate store. However, that would be a major rewrite, and it may not be possible to provide the entire API anymore.

The best that could be done is to provide a configuration option (e.g. global variable) that should be treated as a default value, and then leave it to people distributing Python to fill out this variable in a sensible way.
History
Date User Action Args
2010-11-18 15:50:29loewissetrecipients: + loewis, pitrou, eric.araujo, asdfasdfasdfasdfasdfasdfasdf
2010-11-18 15:50:29loewissetmessageid: <1290095429.21.0.425417403637.issue10441@psf.upfronthosting.co.za>
2010-11-18 15:50:27loewislinkissue10441 messages
2010-11-18 15:50:27loewiscreate