Open
Bug 435837
Opened 17 years ago
Updated 1 year ago
proxy connection to NXDOMAIN using https gives Data Transfer Interrupted
Categories
(Core :: Networking: Proxy, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: timeless, Unassigned)
References
()
Details
(Whiteboard: [needs retest][necko-backlog])
preconditions:
proxy + PAC
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a1pre) Gecko/2008052503 Minefield/3.1a1pre
I'm not sure if this is specific to my proxy.
1. enable PAC
2. load http://nosuchdomain
Network Error (dns_unresolved_hostname)
Your requested host "nosuchdomain." could not be resolved by DNS.
For assistance, contact your network support team.
3. load https://nosuchdomain./
Data Transfer Interrupted
The connection to nosuchdomain. was interrupted while the page was loading.
... (from Gecko instead of from the Proxy server)
4. disable proxy
5. load http://nosuchdomain
Address Not Found
Firefox can't find the server at nosuchdomain..
6. load http://nosuchdomain
Address Not Found
Firefox can't find the server at nosuchdomain..
err make that:
2. load http://nosuchdomain.
3. load https://nosuchdomain.
5. load http://nosuchdomain.
6. load https://nosuchdomain.
i was always using tld to suppress proxy/firefox smart "dns lookup" but i didn't copy/paste very well :(....
Updated•9 years ago
|
Whiteboard: [needs retest → [needs retest][necko-backlog]
Comment 3•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 4•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 5•1 year ago
|
||
Moving bug to Core/Networking: Proxy.
Component: Networking: HTTP → Networking: Proxy
You need to log in
before you can comment on or make changes to this bug.
Description
•