Re: IE4 & automatig proxy

From: Dancer <dancer@dont-contact.us>
Date: Sat, 06 Dec 1997 22:39:42 +1000

In my experience (YMMV), IE4's automatic proxy config is badly broken. It
seems to go whacko whenever you start including any function calls. And
sometimes it doesn't. Personally, I use a cgi to deliver the autoproxy file,
and customise it for each subnet, so that it never has anything more complex
than 'return "PROXY first:port; second:port; third:port";' in it.

That seems to make IE4 happy again. If you're not in control of the proxy
script, I'd suggest switching it to a manual configuration and typing the
addresses in.

D

Pedro Lineu Orso wrote:

> Hi
>
> This is not a good place to ask this, but i have some problems only when
>
> i use automatic proxy in IE4, with Squid 1.1.18 (i donīt know with
> another proxy
> server):
>
> - I canīt FTP to some sites, and receive the following message:
>
> An internal error occurred in the Windows Internet extensions
>
> My proxy.pac is:
> function FindProxyForURL(url, host)
> {
> if (isResolvable(host))
> return "DIRECT";
> else
> return "PROXY ipaddr:3128";
> }
>
> Does anybody know what is this ?
>
> Thankīs in advance.

--
Between jobs and looking for work in Australia or overseas.
Got something? Let me know. http://www.brisnet.org.au/~dancer/resume.html
Received on Sat Dec 06 1997 - 04:41:22 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:37:51 MST