[issue10795] standard library do not use ssl as recommended

Martin v. Löwis report at bugs.python.org
Thu Mar 10 15:47:24 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

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.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10795>
_______________________________________


More information about the Python-bugs-list mailing list