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.
Received on Fri Dec 05 1997 - 07:26:45 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:37:51 MST