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 jjlee, marcelo_fernandez, orsenthil, pitrou
Date 2011-01-06.16:53:53
SpamBayes Score 0.012720294
Marked as misclassified No
Message-id <1294332834.54.0.352710542682.issue3466@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.2, you can instantiate a HTTPSHandler with a custom SSLContext, on which you can load your client cert:
http://docs.python.org/dev/library/urllib.request.html#urllib.request.HTTPSHandler
http://docs.python.org/dev/library/ssl.html#ssl.SSLContext.load_cert_chain
History
Date User Action Args
2011-01-06 16:53:54pitrousetrecipients: + pitrou, jjlee, orsenthil, marcelo_fernandez
2011-01-06 16:53:54pitrousetmessageid: <1294332834.54.0.352710542682.issue3466@psf.upfronthosting.co.za>
2011-01-06 16:53:53pitroulinkissue3466 messages
2011-01-06 16:53:53pitroucreate