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 kiilerix, loewis, pitrou
Date 2011-03-10.14:47:24
SpamBayes Score 0.00013275533
Marked as misclassified No
Message-id <1299768444.64.0.707969918835.issue10795@psf.upfronthosting.co.za>
In-reply-to
Content
I'd rather recommend a different approach, where the set of CAs doesn't need to be specified for every module that directly or indirectly uses SSL. Instead, there should be support for a thread-local setting of the allowable CAs, and then no API changes are necessary.
History
Date User Action Args
2011-03-10 14:47:24loewissetrecipients: + loewis, pitrou, kiilerix
2011-03-10 14:47:24loewissetmessageid: <1299768444.64.0.707969918835.issue10795@psf.upfronthosting.co.za>
2011-03-10 14:47:24loewislinkissue10795 messages
2011-03-10 14:47:24loewiscreate