Page 1 of 1

Delay Pools Helppp

Posted: 2021-09-02 20:31
by leodanmg94
I have Debian 10 installed with squid and I want to control the bandwidth of each user, I am using delay pools with the following configuration:
#Delay pools
delay_pools 1
delay_class 1 2
delay_parameters 1 20480/65000 20480/65000
acl ip_permitidos src "/etc/squid/acls/ip_permitidos"
delay_access 1 allow ip_permitidos
----- works well for me, but for http connections, for https connections, that is, with ssl, the traffic control does not work.
What solution can be given to this?