Proxy configuration ignores exceptions
Categories
(Core :: Networking: Proxy, defect, P2)
Tracking
()
People
(Reporter: ipv6only, Unassigned)
Details
(Whiteboard: [necko-triaged][necko-priority-next])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
- I noticed that my ISP disabled IPv4 on my internet connection
- I configured Firefox to use a SOCKS proxy
- I also added an exception for the following IP ranges:
::/0, [::]/0
I apologize if this was reported before. I'm unable to search for existing bugs because this server is throwing server errors at me. Also the submit button on this form was disabled when I submitted this report. Had to reenable it using developer tools.
Firefox VErsion is 115.12.0esr (64-bit) from Debian
Actual results:
Firefox ignores the exception, no matter how the IP range is formatted.
When I try to make a connection via IPv6 (in this case, to an IPv6-only site), a TCP6 connection appears in netstat; However, this connection seems to lack a connection to a local process (huh?); EVen as root, I cannot see a PID. This connection remains in TIME_WAIT status indefinitely while Firefox takes the Proxy.
tcp6 0 0 (redacted):35854 (redacted):443 TIME_WAIT -
Expected results:
Proxy exceptions should be honored as configured.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Might be duplicate of Bug 201685?
@manuel: THanks, I was unable to research existing bugs because bugzilla was throwing server errors at me which are now gone.
Description
•