Closed
Bug 381959
Opened 18 years ago
Closed 17 years ago
Firefox never goes through proxy to access external websites in Vista. No proxy prompt, no proxy authentication
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sherifgmansour, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)
Build Identifier: 3.0a5pre
Scanrio: Running firefox on windows vista, with proxy setup in proxy settings.
Trying to access external website will not work, there is no HTTP proxy details sent in the HTTP headers when trying to request a URL as a result all requests are coming back with "The connection has timed out".
Reproducible: Always
Steps to Reproduce:
1. Open Up firefox and setup proxy settings
2. Setup your proxy and the connection settings for it. This happens for all possible settings:
a. Auto-detect
b. Manual Proxy Configuration
c. Automatic proxy configuration URL
3. Close settings and restart firefox.
4. Try to access an internal URL - works fine
5. Try to access external URL - get "The connection has timed out".
Actual Results:
"The connection has timed out" firefox page
Expected Results:
A prompt for the Proxy authentication
It appears there is a problem with sending the HTTP headers.
I have tested this out with the same version of firefox on Windows XP SP1 and The http headers look like this when making the request and responce:
Request:
Host=www.google.com.au
User-Agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Accept=image/png,*/*;q= 0.5
Accept-Language=en-us,en;q=0.5
Accept-Encoding=gzip,deflate
Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive=300
Proxy-Connection=keep-alive
Referer= http://www.google.com.au/ig?hl=en
Cookie=__utma=240486805.880093990.1178768057.1179444659.1179976020.6; __utmz=240486805.1178768057.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utmc=240486805; SID=DQAAAH0AAADOOdEWk4hz2aomQtTNXaM1VahSnYw5OqNAMB4TaucAc_SD7-fLrAq5MOmNc5fW72NvkLBc3woUUCTLXZ-iQPsgf_fafw84O23SMEgw7Rx_NoQfVk_YshA8ITPQ1_ybc0RQkhAUsJtzkrbAH6BuVej6PD4eYu4ZSbFWcYL9gO1iSQ; PREF=ID=9fd52b1c9c23db60:TM=1178759860:LM=1179381490:DV=AA:IG=3:S=ojKuTnMgVuUVA0uV; s_cc=true; s_sq=%5B%5BB%5D%5D; TZ=-600; N_T=sess=7bcfd58d14376000&v=2&c=be2878e6&s=46493fba&t=A:0:63479&sessref=
Proxy-Authorization=Basic U2hlcmlmLk1hbnNvdXI6RGUxMWNvbQ==
Responce: Status=OK - 200
Age=357
Date=Fri, 25 May 2007 01:55:34 GMT
Content-Length=311
Content-Type=image/png
Expires=Sun, 24 Jun 2007 01:55:34 GMT
Cache-Control=public
Last-Modified=Wed, 02 May 2007 19:49:54 GMT
Server=GFE/1.3
Via=1.1 proxy3 (NetCache NetApp/6.0.2)
On Windows Vista Home Premium:
Request:
Host=www.gmail.com
User-Agent=Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language=en-us,en;q=0.5
Accept-Encoding=gzip,deflate
Accept-Charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive=300
Connection=keep-alive
Responce:
Nothing (firefox The connection has timed out The server at www.gmail.com is taking too long to respond." page received.
As you can see in the VISTA version the Line "Proxy-Authorization=Basic U2hlcmlmLk1hbnNvdXI6RGUxMWNvbQ==" Is missing in the REQUEST header.
So it appears that Windows Vista Home premium with the same version of firefox is not allowing me to go throgh a proxy.
I have also tried Turning of all firewalls and virus scanners - no luck. It NOT a firewall issue because I can still use firefox to access all internal sites within the proxy, but when I go external - Im not getting a proxy prompt.
Comment 1•18 years ago
|
||
Did you set the proxy settings from within Firefox (e.g. Tools -> Options -> Advanced -> Network -> Configure how Firefox connects to the Internet [Settings])?
Comment 2•17 years ago
|
||
No reply to comment #1. Reporter, if you are still experiencing this problem please reopen this bug or file a new bug.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
Comment 3•17 years ago
|
||
I can confirm this bug.
Using Firefox 3.0.3 on Vista Business x32.
I'm behind a corporate proxy configured via pac file (something like http://webaddress/proxy.pac).
I have no problems using Firefox on Windows XP in the same network.
I'll post more information ASAP.
You need to log in
before you can comment on or make changes to this bug.
Description
•