If you have PAC files or WPAD deployed to user base here are recommended settings:
{
<snip>
..
..
/* Don't proxy to access to Netskope URLs for clients */
if (shExpMatch(host, 'gateway-<TENANT_NAME>.goskope.com'))
{ return 'DIRECT'; }
(repeat for the other domains in # 2 above)
<snip>
...
...
/* Use on-prem proxy unless client IP is in scope for cloud proxy */
/* if (isInNet(clientIP, '10.102.4.0', '255.255.255.0') */
/* || isInNet(clientIP, '10.102.16.0', '255.255.255.0') */
/* { return 'PROXY 163.116.128.80:8080; DIRECT';} */
/* When not handled above, use on-prem proxy */
return 'PROXY bcproxy.TENANT_NAME.com:80; DIRECT'; }
}
Contact your Bluecoat or PAC file administrator for the syntax in your version of the PAC file. Most PAC files have a If and