[issue8804] http.client should support SSL contexts

2010-11-11 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr 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 rep...@bugs.python.org
http://bugs.python.org/issue8804
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8804] http.client should support SSL contexts

2010-05-24 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@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 rep...@bugs.python.org
http://bugs.python.org/issue8804
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8804] http.client should support SSL contexts

2010-05-24 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Ah, sorry for the bad URL:
http://docs.python.org/dev/py3k/library/ssl.html#ssl.SSLContext

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8804
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8804] http.client should support SSL contexts

2010-05-24 Thread Giampaolo Rodola'

Changes by Giampaolo Rodola' g.rod...@gmail.com:


--
nosy: +janssen

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8804
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com