On 22/08/2014 12:24 a.m., fpap wrote: > You are very right Antony! > >> 1. are all the youtube videos which go over-limit HTTPS connections? > Yes! > >> 2. can the client go over-limit with any other URL provided it's HTTPS? > Yes! > > So... is there any thing to do in order to limit the bandwidth of clients > downloading/viewing videos over htpps? If not possible in squid, I accept > any other ways. > > Thank you very much! I recommend you use the operating system QoS functionality. They are more fine grained than Squid delay_pools. Squid can provide TOS markings on connections to servers via tcp_outgoing_tos for those controls to work with. Amos