Closed
Bug 59485
Opened 24 years ago
Closed 24 years ago
Proxy: Problems accessing Mircosoft IIS Proxies
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
People
(Reporter: tuninetto, Assigned: asa)
Details
This is a problem I notified in all Mozilla version I've tried since I work in
this company. They use (I suppose) a Microsoft IIS proxy server. This proxy
server has NTLM and Basic authentication (no one can access the service without
being first authenticated).
When I try to surf the internet thru the proxy I get no errors at all, but
mozilla doesn't display any pages and doesn't ask me for any authentication.
If I use Netscape Navigator 4.7x it works without problems.
This is what I get when I do a telnet on the proxy and try to get a page...
---------------------------------------------
devws1 $ telnet msproxy 8080
Trying...
Connected to msproxy.
Escape character is '^]'.
GET http://www.mozilla.org/ HTTP/1.0
HTTP/1.1 407 Proxy authentication required
Proxy-Authenticate: NTLM
Proxy-Authenticate: Basic realm="100.10.80.201"
Content-Length: 503
Content-Type: text/html
<html><head><title>Error 407</title>
<meta name="robots" content="noindex">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></head>
<body>
<h2>HTTP Error 407</h2>
<p><strong>407 Proxy Authentication Required</strong></p>
<p>You must authenticate with a proxy server before this request can be
serviced. Please log on to your proxy server, and then try again.</p>
<p>Please contact the Web server's administrator if this problem persists.</p>
</body></html>Connection closed by foreign host.
-------------------------------------------
I installed on my machine a Netscape Enterprise proxy server with basic
authentication configured. With Mozilla I've no problems...
This is what I get accessing my proxy:
------------------------------------
telnet netscapeproxy 8080
Trying...
Connected to netscapeproxy.
Escape character is '^]'.
GET http://www.mozilla.org/ HTTP/1.0
HTTP/1.0 407 Proxy authorization required
Proxy-agent: Netscape-Proxy/3.5
Date: Wed, 08 Nov 2000 13:45:44 GMT
Proxy-authenticate: basic realm="unspecified"
Content-type: text/html
Content-length: 367
<HTML><HEAD><TITLE>Proxy authorization required</TITLE></HEAD>
<BODY><H1>Proxy authorization required</H1>
Username authentication is required for using this proxy.
Either your browser does not perform proxy authorization, or your
authorization has failed.
<P>
<ADDRESS>Proxy server at tulindo.isp-dev.telestet.gr on port 8080</ADDRESS>
</BODY></HTML>
--------------------------------------------
They support a different HTTP protocol... (HTTP/1.1 vs HTTP/1.0) maybe it is
only a problem in parsing the headers...
Thanks in advance.
Greetings,
Paolo Tuninetto
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 45747 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Component: Browser-General → Networking
Resolution: --- → DUPLICATE
Summary: Problems accessing Mircosoft IIS Proxies → Proxy: Problems accessing Mircosoft IIS Proxies
You need to log in
before you can comment on or make changes to this bug.
Description
•