Re: [squid-users] squid-users Digest, Vol 58, Issue 31

2019-06-30 Thread Mike Golf
I'm looking for help modifying the stock squid config file, within the GUI I can bypass the proxy completely (HTTP + HTTPS) for certain LAN IP's; however this will also stop them from accessing the cached HTTP data. I don't want this rather I want the IP addresses in the range of 192.168.1.2 -

Re: [squid-users] delay_pools does not work in squid 4.x

2019-06-30 Thread sargen
>> acl deny_blocked proxy_auth -i "/usr/local/etc/squid/blocked_users.acl" >> delay_pools 1 >> delay_class 1 4 >> delay_access 1 allow deny_blocked >> delay_access 1 deny all >> delay_parameters 1 -1 / -1 -1 / -1 -1 / -1 8000/16000 >> > If the above is an exact copy-paste of your cofig file then

Re: [squid-users] delay_pools does not work in squid 4.x

2019-06-30 Thread Amos Jeffries
On 1/07/19 2:17 am, sargen wrote: > Hello. > My system is FreeBSD 11.2. I am using squid 3.5.28 compiled with support for > delay_pools in the following configuration > > acl deny_blocked proxy_auth -i "/usr/local/etc/squid/blocked_users.acl" > delay_pools 1 > delay_class 1 4 > delay_access 1

[squid-users] delay_pools does not work in squid 4.x

2019-06-30 Thread sargen
Hello. My system is FreeBSD 11.2. I am using squid 3.5.28 compiled with support for delay_pools in the following configuration acl deny_blocked proxy_auth -i "/usr/local/etc/squid/blocked_users.acl" delay_pools 1 delay_class 1 4 delay_access 1 allow deny_blocked delay_access 1 deny all

Re: [squid-users] Bypassing SSL Man In the Middle Filtering For Certain LAN IP's

2019-06-30 Thread Amos Jeffries
On 30/06/19 2:32 pm, Mike Golf wrote: > Hi All, > > I've setup a squid proxy server on my PFSense router, is there any way > of bypassing HTTPS/SSL filtering for certain LAN IP's. HTTPS is not normally filtered at all. So for that to be happening something must be forcing it - all you have to do