Closed Bug 10276 Opened 25 years ago Closed 25 years ago

sched - proxies don't work (?)

Categories

(Core :: Networking, defect, P1)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: solo, Assigned: gagan)

References

Details

I can't access the manual config for proxies, and the autoconfig isn't working, Mozilla always tries to get the url directly without passing by the proxy. Given how my ISP works (proxy only) it makes it impossible to further test the browser with webpages...
Assignee: don → gagan
Component: Browser-General → Networking-Core
Priority: P3 → P1
Gagan, this appears to be some kind of netlib issue ...
Status: NEW → ASSIGNED
Component: Networking-Core → Necko
Target Milestone: M10
They don't in Necko either. And we have to add that support. Deferring till
Necko lands and we work out the preferences issues.
Blocks: 10730
Assignee: gagan → rpotts
Status: ASSIGNED → NEW
Summary: proxies don't work (?) → sched - proxies don't work (?)
prelim sched say rpotts should get this.
- work with proxies (rick, 1w)
   - autoconfig (rick, 1w)
bug 8559 has lots of the nitty gritty details about proxy bustage
Depends on: 2875
Blocks: 6515
QA Contact: leger → paulmac
Updating QA Contact.
*** Bug 12681 has been marked as a duplicate of this bug. ***
*** Bug 13231 has been marked as a duplicate of this bug. ***
The following bugs also address proxy issues:
   bug 6540 (prefs front end).
   bug 8559 (pref callback problem).
   bug 7398 (where to store the prefs).
Blocks: 7529
Assignee: rpotts → gagan
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Checked in. (no autoconfig as yet)
Could someone tell me how I can enable proxy support in the current build? Do I
have to wait for autoconfig to support a --enable-proxy option, or is there
another way? This is blocking me from testing some of my bugs. Thanks.
Adding info that Mark Lin found on his own, so that others who need the
functionality from this bug can use it as well: to turn on proxy support, append
the following two lines to your .netscape/mozProfile/prefs.js file:

user_pref("network.proxy.http", "myProxyHost.myCompany.com");
user_pref("network.proxy.http_port", 8080);
Status: RESOLVED → VERIFIED
I verified this on Mac/Linux/Windows. This will make a lot of people happy.
Eventually we will have to respect the http.proxy.type pref also.
Bulk move of all Necko (to be deleted component) bugs to new Networking

component.
You need to log in before you can comment on or make changes to this bug.