Closed
Bug 82658
Opened 24 years ago
Closed 24 years ago
cannot authenticate through proxy to an SSL site (using CONNECT)
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bbaetz, Assigned: darin.moz)
References
Details
Also see bug 82388, which is related. From that bug, its probably related to
darin's landing, so I'm assigning to him.
If an http proxy requires authentication, then when we receive the 407 response
from the proxy, we display the auth prompt correctly. However, the auth headers
are never added to the request - the only header sent is the user agent.
nsHttpConnection::SetupSSLProxyConnect() doesn't add any other header. At a
minimum, authentication+host should be added, but all the standard ones could
possibly be added as well.
Checked with 2001052308 comm linux build, + reading the source.
I'm going to nominate this since I think that its a very important issue.
| Assignee | ||
Comment 1•24 years ago
|
||
yup... should be a simple fix.
| Assignee | ||
Comment 2•24 years ago
|
||
fixed along with 82388.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•