[issue11242] urllib.request.url_open() doesn't support SSLContext

STINNER Victor report at bugs.python.org
Fri Feb 18 12:41:58 CET 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

Issue #9003 added cafile and capath arguments to url_open(), but it is not possible to reuse a SSLContext object (which would avoid to reload certificates, CRL, etc.).

----------
components: Library (Lib)
messages: 128779
nosy: haypo, pitrou
priority: normal
severity: normal
status: open
title: urllib.request.url_open() doesn't support SSLContext
versions: Python 3.3

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


More information about the Python-bugs-list mailing list