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 giampaolo.rodola, orsenthil, pitrou
Date 2010-05-24.16:02:01
SpamBayes Score 0.018336613
Marked as misclassified No
Message-id <1274716924.32.0.357648768076.issue8804@psf.upfronthosting.co.za>
In-reply-to
Content
3.2 introduces SSL contexts, which allow bundling SSL configuration options, certificates and private keys into a single (potentially long-lived) structure.
http://docs.python.org/dev/py3k/library/http.client.html

http.client.HTTPSConnection should allow passing an SSL context object instead of a cert/key pair.
History
Date User Action Args
2010-05-24 16:02:04pitrousetrecipients: + pitrou, orsenthil, giampaolo.rodola
2010-05-24 16:02:04pitrousetmessageid: <1274716924.32.0.357648768076.issue8804@psf.upfronthosting.co.za>
2010-05-24 16:02:02pitroulinkissue8804 messages
2010-05-24 16:02:01pitroucreate