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 pitrou
Recipients benjamin.peterson, eric.araujo, icordasc, jcea, loewis, naif, pitrou
Date 2013-02-07.10:00:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360231209.6.0.551612694218.issue13655@psf.upfronthosting.co.za>
In-reply-to
Content
> Éric's suggestion is also implemented in python-requests if I remember 
> correctly. It allows for user-specified PEM files and tries to find the 
> operating system bundle. This would be a wonderful inclusion in the
> standard library.

Aren't load_verify_locations() and set_default_verify_paths() sufficient?

http://docs.python.org/dev/library/ssl.html#ssl.SSLContext.load_verify_locations
History
Date User Action Args
2013-02-07 10:00:09pitrousetrecipients: + pitrou, loewis, jcea, benjamin.peterson, eric.araujo, naif, icordasc
2013-02-07 10:00:09pitrousetmessageid: <1360231209.6.0.551612694218.issue13655@psf.upfronthosting.co.za>
2013-02-07 10:00:09pitroulinkissue13655 messages
2013-02-07 10:00:09pitroucreate