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 pitrou
Date 2010-11-17.12:04:46
SpamBayes Score 0.0056018787
Marked as misclassified No
Message-id <1289995488.37.0.849519588112.issue10443@psf.upfronthosting.co.za>
In-reply-to
Content
SSL_CTX_set_default_verify_paths allows to select the system-wide CA certificates on an SSL context, if OpenSSL was built with the right options.

We could also try to expose those default paths by calling X509_get_default_cert_file() / X509_get_default_cert_dir(), but these seem even less documented (private?).
History
Date User Action Args
2010-11-17 12:04:48pitrousetrecipients: + pitrou
2010-11-17 12:04:48pitrousetmessageid: <1289995488.37.0.849519588112.issue10443@psf.upfronthosting.co.za>
2010-11-17 12:04:46pitroulinkissue10443 messages
2010-11-17 12:04:46pitroucreate