|
deep3 -> Reroute to a local proxy (2.Jun.2008 3:06:19 AM)
|
Hi everyone We use ISA 2006 on Windows 2003 Server and have te following problem: Normally all users use in IE the proxy settings server.domain.lan:8080 / http://server.domain.lan:8080/array.dll?Get.Routing.Script or has install the isa firewall client. But a special user group, who has access to a special government website, has install a local proxy software on the client. Before we installed the ISA Server, we used an proxy.pac file for this user group (see below) Our special proxy.pac: function FindProxyForURL(url, host) { if (shExpMatch(url, "https://portal.xxx.123.ch*")) return "PROXY localhost:8088"; if (isPlainHostName(host) || dnsDomainIs(host, ".local.domain.lan") || isInNet(host, "10.36.0.0", "255.255.0.0") || isInNet(host, "172.16.33.0", "255.255.255.0")) return "DIRECT"; else return "PROXY 172.16.1.1:8080"; } Now my Question: Is it possible to reroute the client to the local proxy software on the isa server, if the client wants to connect to https://portal.xxx.123.ch* ? We want to remove the special proxy.pac and implement it to the ISA Server.
|
|
|
|