Closed
Bug 187800
Opened 22 years ago
Closed 22 years ago
Unalbe to connect to secure IIS server
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
People
(Reporter: hal.merritt, Assigned: darin.moz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.1) Gecko/20020826
Expecting a user id and password prompt. Receive: "You are not authorized to
view this page
You do not have permission to view this directory or page using the credentials
you supplied."
Reproducible: Always
Steps to Reproduce:
1.Open url http://www.passporteft.com/
2. Locate 'Memebers Only' tab, click
3.
Actual Results:
Received page "You are not authorized to view this page".
Expected Results:
Id and password prompt.
Works on IE. Vendor supports only IIS/IE.
Site requires 128bit encryption. Checked Mozilla options, all seems to be in order.
Suspect this is really an IIS or app issue. IIRC, app does not work on NS 4.7.
dup of bug 23679?
Assignee: asa → darin
Component: Browser-General → Networking: HTTP
QA Contact: asa → httpqa
Comment 2•22 years ago
|
||
928[eda4f0]: nsHttpTransaction::ParseHead [count=4096]
928[eda4f0]: nsHttpTransaction::ParseLine [HTTP/1.1 401 Access Denied]
928[eda4f0]: nsHttpResponseHead::ParseVersion [version=HTTP/1.1 401 Access Denied]
928[eda4f0]: Have status line [version=11 status=401 statusText=Access Denied]
928[eda4f0]: nsHttpTransaction::ParseLine [Server: Microsoft-IIS/5.0]
928[eda4f0]: nsHttpTransaction::ParseLine [Date: Sun, 05 Jan 2003 19:43:14 GMT]
928[eda4f0]: nsHttpTransaction::ParseLine [WWW-Authenticate: Negotiate]
928[eda4f0]: nsHttpTransaction::ParseLine [WWW-Authenticate: NTLM]
This server wants the currently IE only NTLM auth.
*** This bug has been marked as a duplicate of 23679 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•22 years ago
|
||
Thanks!! FWIW, please accept kudo's for a fine effort!
Sorry about the dup: I searched the bug list using "iis" as an argument and got
no hits.
You need to log in
before you can comment on or make changes to this bug.
Description
•