Re: [squid-users] logging and proxy pac file help

2016-06-06 Thread Andrew Meyer
Ok, so I made some changes to the proxy.pac file and it looks like this now. function FindProxyForURL(url, host) {    //Don't proxy connections to the UTM web interface    if (shExpMatch(url, "https://borg.local*";)) return "DIRECT";    if (shExpMatch(url, "https://"; + dnsResolve(host) + "*")) r

Re: [squid-users] logging and proxy pac file help

2016-06-05 Thread Matus UHLAR - fantomas
On 03.06.16 22:51, Andrew Meyer wrote: So I have squid (latest) running in a a jail, and I am able to use it communicate with it via the browser. But I am trying to set it up so that I can use a proxy.pac file. I have the proxy.pac configured. Firefox is being used as my testbed. When I switc

[squid-users] logging and proxy pac file help

2016-06-03 Thread Andrew Meyer
So I have squid (latest) running in a a jail, and I am able to use it communicate with it via the browser. But I am trying to set it up so that I can use a proxy.pac file. I have the proxy.pac configured. Firefox is being used as my testbed. When I switch over the pac file I get nothing in the l