Closed Bug 48584 Opened 24 years ago Closed 24 years ago

Proxy Autoconfig not working

Categories

(Core :: Networking, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 53080
Future

People

(Reporter: sanderson, Assigned: gagan)

References

Details

The following PAC file does not work. Mozilla doesn't seem to react to page
requests at all when autoconfig is turned on.

As a side issue, I have to open preferences and reset the proxy to manual config
*every* time I start Mozilla. It reverts to Auto upon close or some reason.


function FindProxyForURL(url, host)
{

if (isInNet(host, "10.0.0.0", "255.0.0.0"))

return "DIRECT";

if (isInNet(host, "127.0.0.1", "255.255.255.255"))

return "DIRECT";

return "PROXY fw.ttm.com:80";
}
*** Bug 48586 has been marked as a duplicate of this bug. ***
*** Bug 48627 has been marked as a duplicate of this bug. ***
This bug is also present on Win32 as well as Linux. 
Confirming (2 dupes and a report.)

Gerv
Status: UNCONFIRMED → NEW
Ever confirmed: true
can the reporter confirm if you get as far along as seeing the "Registering 
Proxy Auto Config" message at startup. The best way to confirm that is to touch 
your pac file and restart mozilla. 
Target Milestone: --- → Future
I never see any such message upon startup or when switching to proxy autoconf
mode. Any net requests hang after doing this. 
adding spam
Will this be fixed by the patches on bug 53080?
yes. quite possibly related. I would safely mark this as a dup. Reopen this once
53080 is fixed and if this isn't.

*** This bug has been marked as a duplicate of 53080 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verified dup
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.