User Tools

Site Tools


evergreen-user:configuring_a_proxy_for_the_staff_client

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
evergreen-user:configuring_a_proxy_for_the_staff_client [2012/02/08 13:27] – Editing xulrunner global defaults is dangerous, and that was out of date. New methods, plus include network.proxy.type change. tsbereevergreen-user:configuring_a_proxy_for_the_staff_client [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 31: Line 31:
 If you can log in without the proxy temporarily, use about:config to configure the proxy. You will want to set the following options: If you can log in without the proxy temporarily, use about:config to configure the proxy. You will want to set the following options:
  
-  * network.proxy.type - Set to 2 for manual (default is system, which bypasses the other configurations)+  * network.proxy.type - Set to (default is system, which bypasses the other configurations)
   * network.proxy.socks - Set to localhost   * network.proxy.socks - Set to localhost
   * network.proxy.socks_port - Set to 9999   * network.proxy.socks_port - Set to 9999
Line 48: Line 48:
  
 <code> <code>
-pref("network.proxy.type",2);+pref("network.proxy.type",1);
 pref("network.proxy.socks","localhost"); pref("network.proxy.socks","localhost");
 pref("network.proxy.socks_port",9999); pref("network.proxy.socks_port",9999);
Line 60: Line 60:
 // Proxy configuration // Proxy configuration
  
-pref("network.proxy.type",2); // Manual. 5 is system, 4 is auto-detect.+pref("network.proxy.type",1); // 5 is system, 4 is auto-detect.
 pref("network.proxy.socks","localhost"); pref("network.proxy.socks","localhost");
 pref("network.proxy.socks_port",9999); pref("network.proxy.socks_port",9999);
evergreen-user/configuring_a_proxy_for_the_staff_client.1328725624.txt.gz · Last modified: 2022/02/10 13:33 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.