[New-bugs-announce] [issue6853] system proxy not used for https (on windows)

lplatypus report at bugs.python.org
Mon Sep 7 06:46:34 CEST 2009


New submission from lplatypus <luke at deller.id.au>:

On Windows, the urllib2 module (renamed to urllib.request in python 3)
does not use the system web proxy for https URLs in the case where "Use
the same proxy for all protocols" is selected in the Internet Explorer
proxy settings.

Attached is a patch against urllib/request.py in python 3.1.1

----------
components: Library (Lib)
files: urllib-httpsproxy.patch
keywords: patch
messages: 92342
nosy: ldeller
severity: normal
status: open
title: system proxy not used for https (on windows)
type: behavior
versions: Python 2.6, Python 3.1
Added file: http://bugs.python.org/file14850/urllib-httpsproxy.patch

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


More information about the New-bugs-announce mailing list