<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Server Mozilla auto-config for proxy-server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202414#M166902</link>
    <description>Thank you Rick. It works fine for users who manually configure the auto-proxy server in Mozilla. It fails if the proxy is configured in the all.js file, but the settings _are_ properly set in the Mozilla configuration dialog and it works once I click the Reload button. Very strange that this worked for you but not for us. Our proxy is using a non-default port, and it is running a proxy.pac, but otherwise I don't see any difference.&lt;BR /&gt;&lt;BR /&gt;I'm stumped.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;  Bob</description>
    <pubDate>Fri, 27 Feb 2004 12:06:14 GMT</pubDate>
    <dc:creator>BSSG</dc:creator>
    <dc:date>2004-02-27T12:06:14Z</dc:date>
    <item>
      <title>Server Mozilla auto-config for proxy-server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202408#M166896</link>
      <description>I've been trying to get a procedure worked out for configuring Mozilla proxy-server for all users on a server, and it doesn't seem to be working out for some mysterious reason unbeknownst to me.&lt;BR /&gt;&lt;BR /&gt;After loading Mozilla 1.4, I go in as root and add a couple of lines to the /opt/mozilla/defaults/pref/all.js file that set the network.proxy.autoconfig_url and network.proxy.type parameters to the appropriate settings for our company. But when I then run Mozilla, the browser is unable to reach outside the company. If I go into the preferences dialog, it shows the correct settings for the auto-load of the proxy-server. Once I click on the "Reload" button, everything works fine and I can reach external web sites. However each time I launch the browser after login, I have to go through the Reload step again in order for the browser to recognize the proxy server.&lt;BR /&gt;&lt;BR /&gt;Has anybody run into this problem and figured out a fix?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;  Bob</description>
      <pubDate>Wed, 25 Feb 2004 15:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202408#M166896</guid>
      <dc:creator>BSSG</dc:creator>
      <dc:date>2004-02-25T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Server Mozilla auto-config for proxy-server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202409#M166897</link>
      <description>P.S. This problem only occurs for a user account that has not already customized their proxy-server settings via the configuration dialog, and/or a conversion from the old N*tscape browser settings. (I usually test this out from a dummy account that has any of the .mozilla* and .netscape* stuff removed.)</description>
      <pubDate>Wed, 25 Feb 2004 15:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202409#M166897</guid>
      <dc:creator>BSSG</dc:creator>
      <dc:date>2004-02-25T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Server Mozilla auto-config for proxy-server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202410#M166898</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;Check this bug,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bugzilla.mozilla.org/show_bug.cgi?id=205514" target="_blank"&gt;http://bugzilla.mozilla.org/show_bug.cgi?id=205514&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 25 Feb 2004 15:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202410#M166898</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-02-25T15:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Server Mozilla auto-config for proxy-server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202411#M166899</link>
      <description>Some of the Mozilla prefs are stored in jar files within the Mozilla/chrome directory tree.  This isn't very well documented, but you can customize a site-wide installation in a variety of ways, such as the startup page, the proxies, and so on.&lt;BR /&gt;&lt;BR /&gt;This link has some information: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mozdoc.burlco.org/bowels.html" target="_blank"&gt;http://mozdoc.burlco.org/bowels.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I did some simple changes to a local Mozilla 1.4 installation on HP-UX: &lt;BR /&gt;&lt;BR /&gt;Steps:&lt;BR /&gt; &lt;BR /&gt; mkdir /someplace/&lt;BR /&gt; cp /opt/mozilla/chrome/US.jar /someplace/&lt;BR /&gt; cd /someplace&lt;BR /&gt; unzip US.jar&lt;BR /&gt; cd ./locale/navigator-region&lt;BR /&gt; vi region.properties&lt;BR /&gt; &lt;BR /&gt; Change:&lt;BR /&gt; &lt;BR /&gt; homePageDefault=&lt;BR /&gt; browser.startup.homepage=&lt;BR /&gt; startup.homepage_override_url=&lt;BR /&gt; &lt;BR /&gt; to the values you want...&lt;BR /&gt; &lt;BR /&gt; Then, cd to the root of the directory you unpacked stuff in. &lt;BR /&gt; ex /someplace/&lt;BR /&gt; &lt;BR /&gt;jar c0vf US.jar locale&lt;BR /&gt;&lt;BR /&gt;(jar is a zip-like utility used by Java.  I used the one in /opt/Java1.4/bin/, but your java installation may be different.  You can use a real zip/unzip to do this). &lt;BR /&gt;&lt;BR /&gt; Now:&lt;BR /&gt; &lt;BR /&gt; cd /opt/mozilla/chrome&lt;BR /&gt; mv US.jar US.jar.orig&lt;BR /&gt; mv /someplace/US.jar .&lt;BR /&gt; chmod 644 US.jar&lt;BR /&gt; chown bin:bin US.jar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I believe that the entries that you want to change are: &lt;BR /&gt;&lt;BR /&gt;network.proxy.ftp &lt;BR /&gt;network.proxy.ftp_port&lt;BR /&gt;network.proxy.http_port&lt;BR /&gt;network.proxy.http&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;You can extract these from your prefs.js by using grep for proxy.</description>
      <pubDate>Thu, 26 Feb 2004 09:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202411#M166899</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-02-26T09:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Server Mozilla auto-config for proxy-server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202412#M166900</link>
      <description>Well yes I'm already setting the home page by modifying the US.jar file, and that part works just fine thanks.&lt;BR /&gt;&lt;BR /&gt;In response to your suggestion I tried adding in a couple of new lines to the locale/US/navigator-region/region.properties file, setting the 'network.proxy.autoconfig_url' and 'network.proxy.type' parameters. (I'm trying to use the automatic proxy type (network.proxy.type=2) rather than setting them manually as your suggested parameters would seem to do.)&lt;BR /&gt;&lt;BR /&gt;Unfortunately it appears that these revisions were not utilized by the browser when it came up, and they didn't appear in the configuration dialog. (Whereas when I set them in the all.js file, they at least showed up in the dialog.) So it doesn't look like those parameters were being read by the browser, although it does use the home page settings correctly.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;  Bob</description>
      <pubDate>Thu, 26 Feb 2004 11:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202412#M166900</guid>
      <dc:creator>BSSG</dc:creator>
      <dc:date>2004-02-26T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Server Mozilla auto-config for proxy-server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202413#M166901</link>
      <description>You are absolutely correct - you don't set the proxy stuff in the chrome, but in the /opt/mozilla/default/pref/all.js.  I had lost my mind there for a moment. &lt;BR /&gt;&lt;BR /&gt;I configured an HP-UX 11.11 system Mozilla 1.4 with a new all.js: &lt;BR /&gt;&lt;BR /&gt; diff all.js all.js.orig&lt;BR /&gt;617,618c617,618&lt;BR /&gt;&amp;lt; pref("network.proxy.autoconfig_url",        "&lt;A href="http://autoproxy.hp.com/autoproxy/autoproxy" target="_blank"&gt;http://autoproxy.hp.com/autoproxy/autoproxy&lt;/A&gt;");&lt;BR /&gt;&amp;lt; pref("network.proxy.type",                  2);&lt;BR /&gt;---&lt;BR /&gt;&amp;gt; pref("network.proxy.autoconfig_url",        "");&lt;BR /&gt;&amp;gt; pref("network.proxy.type",                  0);&lt;BR /&gt;&lt;BR /&gt;The diffs illustrate the difference between the original (all.js.orig) and the modified. &lt;BR /&gt;&lt;BR /&gt;I created a new account and was immediately able to access the proxy server without reloading.   I could tell because I could get through the company firewall to the default Mozilla start page. &lt;BR /&gt;&lt;BR /&gt;Does the same thing happen for users who are manually configured to use the autoproxy? Or do all users who use the autoproxy have this problem?</description>
      <pubDate>Thu, 26 Feb 2004 13:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202413#M166901</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-02-26T13:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Server Mozilla auto-config for proxy-server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202414#M166902</link>
      <description>Thank you Rick. It works fine for users who manually configure the auto-proxy server in Mozilla. It fails if the proxy is configured in the all.js file, but the settings _are_ properly set in the Mozilla configuration dialog and it works once I click the Reload button. Very strange that this worked for you but not for us. Our proxy is using a non-default port, and it is running a proxy.pac, but otherwise I don't see any difference.&lt;BR /&gt;&lt;BR /&gt;I'm stumped.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;  Bob</description>
      <pubDate>Fri, 27 Feb 2004 12:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-mozilla-auto-config-for-proxy-server/m-p/3202414#M166902</guid>
      <dc:creator>BSSG</dc:creator>
      <dc:date>2004-02-27T12:06:14Z</dc:date>
    </item>
  </channel>
</rss>

