Re: [squid-users] Time acl not working

2018-02-07 Thread Danilo V
I'm thinking of adding a routine to cron to restart squid as soon as lunch break ends. Is there any other less invasive way to reset an ssl connection and force another CONNECT to squid? Em qua, 7 de fev de 2018 às 12:22, Amos Jeffries escreveu: > On 08/02/18 02:50, Danilo

Re: [squid-users] Time acl not working

2018-02-07 Thread Amos Jeffries
On 08/02/18 02:50, Danilo V wrote: > I'm not using SSL intercept configuration. Now i see is required, even > for explicit mode. Only because you want *Squid* to be the process controlling HTTPS things. If you did the controls at the network traffic level (eg iptables, pf) instead then you would

Re: [squid-users] Time acl not working

2018-02-07 Thread Danilo V
I'm not using SSL intercept configuration. Now i see is required, even for explicit mode. Thank you for explanation. Danilo Em qua, 7 de fev de 2018 às 11:00, Amos Jeffries escreveu: > > On 08/02/18 01:37, Danilo V wrote: > > - Squid.conf: > > > > /http_port 3128 > > /

Re: [squid-users] Time acl not working

2018-02-07 Thread Amos Jeffries
On 08/02/18 01:37, Danilo V wrote: > - Squid.conf: > > /http_port 3128 > / > /acl social dstdomain -i .facebook.com .fbcdn.net > .twitter.com > / > /acl LUNCH time 12:00-13:00/ > /http_access allow social LUNCH/ > /http_access deny

Re: [squid-users] Time acl not working

2018-02-07 Thread Danilo V
- Squid.conf: *http_port 3128* *acl social dstdomain -i .facebook.com .fbcdn.net .twitter.com * *acl LUNCH time 12:00-13:00* *http_access allow social LUNCH* *http_access deny social* 1. Adjust time in acl to your local test time. 2.

Re: [squid-users] Time acl not working

2018-02-07 Thread Antony Stone
On Wednesday 07 February 2018 at 12:12:47, Danilo V wrote: > Hello all, time acl is not working for dynamic HTTPS pages such as social > networks. > > I set it to release any content during lunch time. In this period > everything works, but when the interval expires, the already open network >

[squid-users] Time acl not working

2018-02-07 Thread Danilo V
Hello all, time acl is not working for dynamic HTTPS pages such as social networks. I set it to release any content during lunch time. In this period everything works, but when the interval expires, the already open network media pages continue to receive updates and are not blocked as expected.