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 eric.araujo, jfunk, orsenthil, pitrou
Date 2012-05-16.19:24:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337196138.3374.8.camel@localhost.localdomain>
In-reply-to <1337196031.93.0.513809761444.issue14780@psf.upfronthosting.co.za>
Content
> Ok, here's a patch with a test and documentation updates.

Ok, thanks! The only change I would make is that cadefault needs to be
False by default; particularly because some platforms don't have a
OpenSSL-compatible default CA store (Windows comes to mind) and all
HTTPS requests would then start failing.

You don't have to upload a new patch; I can change it when committing.
History
Date User Action Args
2012-05-16 19:24:45pitrousetrecipients: + pitrou, orsenthil, jfunk, eric.araujo
2012-05-16 19:24:44pitroulinkissue14780 messages
2012-05-16 19:24:44pitroucreate