Closed
Bug 10276
Opened 25 years ago
Closed 25 years ago
sched - proxies don't work (?)
Categories
(Core :: Networking, defect, P1)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: solo, Assigned: gagan)
References
(Depends on 1 open bug)
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
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.
Updated•25 years ago
|
Assignee: gagan → rpotts
Status: ASSIGNED → NEW
Summary: proxies don't work (?) → sched - proxies don't work (?)
Comment 3•25 years ago
|
||
prelim sched say rpotts should get this.
- work with proxies (rick, 1w)
- autoconfig (rick, 1w)
Comment 8•25 years ago
|
||
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 10•25 years ago
|
||
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.
Comment 11•25 years ago
|
||
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);
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 12•25 years ago
|
||
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.
Comment 13•25 years ago
|
||
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.
Description
•