Closed
Bug 50141
Opened 24 years ago
Closed 24 years ago
Cannot go through proxy server
Categories
(Core :: Networking, defect, P3)
Tracking
()
People
(Reporter: Florian.Steinel, Assigned: gagan)
Details
From Bugzilla Helper:
BuildID: 2000082313
Cannot go through proxy server (wwwoffled 2.2.15[1]) on NT Server 4.0 SP6.
Build before (eg. Build 20000817) works fine with the proxy config.
--
Mozilla sometimes use the HTTP-Port 80 where it should use PROXY-Port 8081 (M18
20000817) (Server runs proxy- and web-server).
You have to hit the numpad Enter twice to get the webpage.
[1] = http://www.gedanken.demon.co.uk/wwwoffle/version-2.5/
Reproducible: Always
Steps to Reproduce:
1) Configure proxys setting to a host with web and proxy-server
2) Open URL (eg. http://www.mozilla.org)
Actual Results: Nothing, no errors, no webpage
- or -
[Thu Aug 24 08:59:50 2000] [error] [client 192.168.18.20] File does not exist:
http://www.zachlipton.com/dino/bugzilla.html occours in the apache error log
(192.168.18.20 = the mozilla-maschine)
Expected Results: rendered webpage
http://bugzilla.mozilla.org/show_bug.cgi?id=38488:
user_pref("network.proxy.http.keep-alive", false); dosn't help
-- pref.js --
user_pref("browser.cache.directory", "D:\\mozilla\\Users50\\default\\Cache");
user_pref("browser.history.last_page_visited", "http://www.host.dom/");
user_pref("browser.startup.homepage", "http://www.host.dom");
user_pref("browser.startup.homepage_override.1", false);
user_pref("network.proxy.ftp", "www.host.dom");
user_pref("network.proxy.ftp_port", 8081);
user_pref("network.proxy.http", "www.host.dom");
user_pref("network.proxy.http.keep-alive", false);
user_pref("network.proxy.http_port", 8081);
user_pref("network.proxy.no_proxies_on", "host.dom");
user_pref("network.proxy.ssl", "www.host.dom");
user_pref("network.proxy.ssl_port", 8081);
user_pref("network.proxy.type", 1);
user_pref("prefs.converted-to-utf8", true);
user_pref("timebomb.first_launch_time", "967114104333000");
Reporter | ||
Comment 1•24 years ago
|
||
I can now go through a proxy server (BUILD ID: 2000092208), but the other
problem remains.
Reporter | ||
Comment 2•24 years ago
|
||
This occurred only if uri in URLABLE were input.
The console says: Document http://www.heise.de/newsticker loaded successfully
Where the loaded page says:
<TITLE>404 Not Found</TITLE>
Not Found
The requested URL http://www.heise.de/newsticker was not found on this server.
Apache/1.3.6 Server at www.host.dom Port 80
Reporter | ||
Comment 3•24 years ago
|
||
s/URLABLE/URLBAR/;
Comment 4•24 years ago
|
||
I hate to tell you guys this, but the build I downloaded today (04 Oct 2000)
for my linux box does the same thing with our authenticating proxy...only
I never get a page rendered no matter how many times i hit CR in the URL bar!
yes it always tells me page loades sucessfully, and I always get a blank page.
Things are fine when I go to http://localhost (and localhost is set as one of
the no-proxy domains)--Mo works like a champ!
Comment 5•24 years ago
|
||
I believe that this is fixed now.
*** This bug has been marked as a duplicate of 31174 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•24 years ago
|
||
verified dup
You need to log in
before you can comment on or make changes to this bug.
Description
•