[issue8804] http.client should support SSL contexts

Antoine Pitrou report at bugs.python.org
Mon May 24 18:02:04 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

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.

----------
components: Library (Lib)
messages: 106362
nosy: giampaolo.rodola, orsenthil, pitrou
priority: normal
severity: normal
status: open
title: http.client should support SSL contexts
type: feature request
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8804>
_______________________________________


More information about the Python-bugs-list mailing list