[New-bugs-announce] [issue22788] allow HTTPHandler to take an SSLContext

Benjamin Peterson report at bugs.python.org
Mon Nov 3 19:49:27 CET 2014


New submission from Benjamin Peterson:

It would be nice if HTTPHandler could take an SSLContext as a parameter, which would be passed to HTTPSConnection to configure the security of the connection.

----------
components: Library (Lib)
messages: 230549
nosy: benjamin.peterson, vinay.sajip
priority: normal
severity: normal
stage: needs patch
status: open
title: allow HTTPHandler to take an SSLContext
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list