[Bug 397824] [NEW] proxy port settings not working in fennec

Markus Schulz schulz at alpharesearch.de
Fri Jul 10 12:21:56 UTC 2009


Public bug reported:

Binary package hint: fennec

Firefox is working on the same computer with proxy 140.200.11.94 on port
800.

With fennec I tried:
1. add this to my prefs.js file:

 first I put this in)
  user_pref("network.proxy.http", "140.200.11.94");
  user_pref("network.proxy.http_port", "800");
  user_pref("network.proxy.share_proxy_settings", true);
  user_pref("network.proxy.type", 1); 
 
 than it reverted to this after running end exit) 
  user_pref("network.proxy.http", "140.200.11.94");
  user_pref("network.proxy.share_proxy_settings", true);
  user_pref("network.proxy.type", 1);
 
 as a test I tried this, but this didn't work)
  user_pref("network.proxy.http", "140.200.11.94:800");
  user_pref("network.proxy.share_proxy_settings", true);
  user_pref("network.proxy.type", 1);

2. put this on the end in my .bashrc file:
export http_proxy="140.200.11.94:800"
export https_proxy=$http_proxy


By doing some very fast double click I was able to use about:config to change the network.proxy.http_port... and the web is working now. Looks like the quotation marks around the port didn't work... sorry for the Bug report.

** Affects: fennec (Ubuntu)
     Importance: Undecided
         Status: Invalid

** Description changed:

  Binary package hint: fennec
  
  Firefox is working on the same computer with proxy 140.200.11.94 on port
  800.
  
  With fennec I tried:
  1. add this to my prefs.js file:
  
   first I put this in)
    user_pref("network.proxy.http", "140.200.11.94");
    user_pref("network.proxy.http_port", "800");
    user_pref("network.proxy.share_proxy_settings", true);
    user_pref("network.proxy.type", 1); 
   
   than it reverted to this after running end exit) 
    user_pref("network.proxy.http", "140.200.11.94");
    user_pref("network.proxy.share_proxy_settings", true);
    user_pref("network.proxy.type", 1);
   
   as a test I tried this, but this didn't work)
    user_pref("network.proxy.http", "140.200.11.94:800");
    user_pref("network.proxy.share_proxy_settings", true);
    user_pref("network.proxy.type", 1);
  
  2. put this on the end in my .bashrc file:
  export http_proxy="140.200.11.94:800"
  export https_proxy=$http_proxy
  
- 3. about:config and the network.proxy.http_port is allways 0 and I'm not
- able to change it.
+ 
+ By doing some very fast double click I was able to use about:config to change the network.proxy.http_port... and the web is working now.

** Description changed:

  Binary package hint: fennec
  
  Firefox is working on the same computer with proxy 140.200.11.94 on port
  800.
  
  With fennec I tried:
  1. add this to my prefs.js file:
  
   first I put this in)
    user_pref("network.proxy.http", "140.200.11.94");
    user_pref("network.proxy.http_port", "800");
    user_pref("network.proxy.share_proxy_settings", true);
    user_pref("network.proxy.type", 1); 
   
   than it reverted to this after running end exit) 
    user_pref("network.proxy.http", "140.200.11.94");
    user_pref("network.proxy.share_proxy_settings", true);
    user_pref("network.proxy.type", 1);
   
   as a test I tried this, but this didn't work)
    user_pref("network.proxy.http", "140.200.11.94:800");
    user_pref("network.proxy.share_proxy_settings", true);
    user_pref("network.proxy.type", 1);
  
  2. put this on the end in my .bashrc file:
  export http_proxy="140.200.11.94:800"
  export https_proxy=$http_proxy
  
  
- By doing some very fast double click I was able to use about:config to change the network.proxy.http_port... and the web is working now.
+ By doing some very fast double click I was able to use about:config to change the network.proxy.http_port... and the web is working now. Looks like the quotation marks around the port didn't work... sorry for the Bug report.

** Changed in: fennec (Ubuntu)
       Status: New => Invalid

-- 
proxy port settings not working in fennec
https://bugs.launchpad.net/bugs/397824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list