I like my security devices bridged at the gateway but anyways I've been given a Sophos WS500 proxy server to play with.
Setting up a GPO with proxy settings was easy enough etc but I have a lot of laptop users where this isn't going to work.
So I was going down the proxy.pac route then DNS with wpad.dat
However I can't seem to get proxy.pac working with IE8!
Here's the Jav script and yes ws500 is set up in my DNS server and can be pinged/contacted via web.
function FindProxyForURL(url, host) {
return "PROXY ws500:8080;
DIRECT";
}
Thoughts?
Setting up a GPO with proxy settings was easy enough etc but I have a lot of laptop users where this isn't going to work.
So I was going down the proxy.pac route then DNS with wpad.dat
However I can't seem to get proxy.pac working with IE8!
Here's the Jav script and yes ws500 is set up in my DNS server and can be pinged/contacted via web.
function FindProxyForURL(url, host) {
return "PROXY ws500:8080;
DIRECT";
}
Thoughts?