Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with Proxy Setting

25 views
Skip to first unread message

Howard Heflin

unread,
Jan 26, 2006, 11:42:46 AM1/26/06
to
Last week I posted this request for help with an ill behaving proxy
setting in Firefox. It was suggested that I post in this newsgroup. I
hope someone can help.

We have two different profiles for FF 1.5 running dial-up on an XP Pro
machine with SP2 installed. Our Norton Internet Security is set to
allow all connections for FF.

Our problem is that only one of the profiles will set our localhost
proxy properly. Both profiles should be using the same proxy setting of
"localhost:8080 with and exception for 127.0.0.1". Since we don't open
both profiles at the same time, there should not be any conflict. The
second profile can be set to the Manual setting and it will function for
that session; but when FF is closed either and the end of the connection
or for any reason; the next time FF is opened, the proxy connection will
have reset itself to Auto Detect. In the Auto Detect mode our
accelerator software does not function at all.

Is there some prefs setting that should be set in both of the profiles
to insure that the localhost proxy is set properly. Maybe a setting in
the pref.js? BTW we have the localhost proxy set in the MS Internet
options also.

Any suggestions?
Thanks,

--

Howard H. Heflin
NOSPAM_...@netscape.net
The usual removals are required to reply.

Chris Ilias

unread,
Jan 26, 2006, 3:49:31 PM1/26/06
to
_Howard Heflin_ spoke thusly on 26/01/2006 11:42 AM:

Is the problem consistent with the same profile? Or is it just a matter
of one (no matter which one) not behaving?
--
Chris Ilias - Mozilla Champion
mozilla.test.multimedia moderator
Mozilla links <http://ilias.ca>
(Please do not email me tech support questions)

Howard Heflin

unread,
Jan 27, 2006, 12:57:01 PM1/27/06
to

Hi Chris,
The problem seems to be consistent with one profile not holding the set.
If your suggestion is to create a new profile; how can we insure that
all of the saved passwords, cookies, and bookmarks are moved to the new
profile. I can handle the bookmark part; but am not sure about the
other items.

I have created separate <prefs.js? files located in the individual paths.

The misbehaving path is C:\Documents and Settings\J\Application
Data\Mozilla\Firefox\Profiles\xxxxxxx.J This <prefs.js> file contains
the following proxy lines:
user_pref("network.proxy.http", "Localhost");
user_pref("network.proxy.http_port", 8080);
user_pref("network.proxy.no_proxies_on", "127.0.0.1");
user_pref("network.proxy.type", 4);

The <prefs.js> file in path that works contains the following proxy lines:
user_pref("network.proxy.http", "Localhost");
user_pref("network.proxy.http_port", 8080);
user_pref("network.proxy.no_proxies_on", "127.0.0.1");
user_pref("network.proxy.type", 1);

There is a rudimentary (no date) prefs.js file in the C:\Program
Files\Mozilla Firefox\defaults\ folder.

The only difference I see is the 'network.proxy.type' line where the
misbehaving line is set to "4" and the one that works is set to "1".
Admittedly, I have not tried changing that one line; because I don't
really know what it does and I've been reluctant to muck around with
these files without understanding the overall potential consequences.

Suggestions?

--

Howard H. Heflin
NOSPAM_...@netscape.net
The usual removals are required to reply.

Stop SPAM !!!!

Howard Heflin

unread,
Jan 28, 2006, 12:06:06 PM1/28/06
to
Kim Brandt wrote:
> Hi Howard,
>
> Maybe you take a look at
> http://www.mozilla.org/support/firefox/profile#new
>
> 1) Create a new profile:
> You need to close Firefox and run "firefox.exe -profilemanager".
>
> 2) Make changes to the profile:
> Now you can easily make proxy-changes inside Firefox:
> Tools (menu) --> Options... --> General --> Connection settings... -->
> Manual proxy configuration --> <make your changes>
>
>
> This is more informative then relevant...
>
> You can always use the "about:config" link to check all your settings.
>
> As Chris said you should change the "network.proxy.type=4" to become
> "network.proxy.type=1" (inside Firefox!!).
>
> Here are the states for "network.proxy.type" when changing it INSIDE
> Firefox:
> Direct connection to the Internet
> network.proxy.type=0
>
> Auto-detect proxy settings for this network
> network.proxy.type=4
>
> Manual proxy configuration
> network.proxy.type=1
>
> Automatic proxy configuration URL
> network.proxy.type=2
>
>
> Kindest regards,
>
> Kim

Chris and Kim,
Thanks for the assistance.

Interestingly enough the issue turned out to be in the <user.js> file
not the <prefs.js> file. I had been changing the <prefs.js> file while
the <user.js> file contained the "network.proxy.type=4" which was
overruling the <prefs.js> "network.proxy.type=1". After making the
correction in the <user.js> file, all is well with the world.

The nice part about this exercise was that I didn't have to create a new
profile and go through that whole "whoha".

Thanks again. :-)

Message has been deleted
0 new messages