[issue8804] http.client should support SSL contexts

2010-11-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed as part of #9003. -- resolution: -> duplicate status: open -> closed superseder: -> urllib.request and http.client should allow certificate checking ___ Python tracker

[issue8804] http.client should support SSL contexts

2010-05-24 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +janssen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue8804] http.client should support SSL contexts

2010-05-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ah, sorry for the bad URL: http://docs.python.org/dev/py3k/library/ssl.html#ssl.SSLContext -- ___ Python tracker ___ ___

[issue8804] http.client should support SSL contexts

2010-05-24 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 pas