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 alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
Date 2014-08-29.22:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409351054.72.0.141449217965.issue22303@psf.upfronthosting.co.za>
In-reply-to
Content
SSLContext.load_verify_locations() probably takes into account the SSL_CERT_FILE and SSL_CERT_DIR environment variables, when set. This should allow us to write a better test than the existing, minimal one.
History
Date User Action Args
2014-08-29 22:24:14pitrousetrecipients: + pitrou, janssen, giampaolo.rodola, christian.heimes, alex, dstufft
2014-08-29 22:24:14pitrousetmessageid: <1409351054.72.0.141449217965.issue22303@psf.upfronthosting.co.za>
2014-08-29 22:24:14pitroulinkissue22303 messages
2014-08-29 22:24:14pitroucreate