[Python-bugs-list] [ python-Bugs-426866 ] urllib and socket fail with MS proxy
SourceForge.net
noreply@sourceforge.net
Wed, 29 Jan 2003 02:23:27 -0800
Bugs item #426866, was opened at 2001-05-24 06:27
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=426866&group_id=5470
Category: Python Library
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: urllib and socket fail with MS proxy
Initial Comment:
Both urllib and socket fail to work with MS proxy with
winsock client install.
urllib's proxy detection will correctly detect the
existing of the proxy server but fail to work with it.
It will return an empty page when an read() is issued.
socket will report 1006 winsock error.
----------------------------------------------------------------------
Comment By: Mike Looijmans (milosoftware)
Date: 2003-01-29 10:23
Message:
Logged In: YES
user_id=698929
Maybe this hint helps:
The MS proxy apparently uses NT's built-in authorization,
not really the 'basic' authentication as in RFC 2068. The
distributed.net RC5 client suffered from the same problem,
but they managed to work around it. You may find the
solution there.
The MS Proxy is included with MS Exchange server.
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2002-03-31 23:44
Message:
Logged In: YES
user_id=6380
Can you see if the patch from SF bug 503031
(http://www.python.org/sf/503031) solves your problem?
----------------------------------------------------------------------
Comment By: Skip Montanaro (montanaro)
Date: 2002-03-10 01:18
Message:
Logged In: YES
user_id=44345
Jeremy,
I assigned this to you simply because you commented on
it.
It was submitted anonymously and the OP never responded
to
your comment. I think it should be marked "invalid" and
closed. Whaddya think?
Skip
----------------------------------------------------------------------
Comment By: Jeremy Hylton (jhylton)
Date: 2001-07-06 16:16
Message:
Logged In: YES
user_id=31392
Can you provide more details? What is MS proxy? What URLs
have you tried and what exactly is the response -- headers
would help? Under what conditions does socket raise a
winsock error?
Do socket and urllib work on your platform without the
proxy?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=426866&group_id=5470