Re: [squid-users] Blocking CONNECT

2019-07-31 Thread Alex Rousskov
On 7/31/19 10:44 PM, johnr wrote: > acl CONNECT method CONNECT > acl to_bad_ip dst 55.55.2.3 > http_access deny CONNECT to_bad_ip > In the above squid config, if I were to try go to https://55.55.2.3:443 I > would get an ACCESS DENIED but squid would not block the CONNECT (it would > respond to 2

[squid-users] Blocking CONNECT

2019-07-31 Thread johnr
Hi, Squid conf: acl CONNECT method CONNECT acl to_bad_ip dst 55.55.2.3 http_access deny CONNECT to_bad_ip In the above squid config, if I were to try go to https://55.55.2.3:443 I would get an ACCESS DENIED but squid would not block the CONNECT (it would respond to 200) and then block the subsequ

[squid-users] Reverse Proxy Detected

2019-07-31 Thread creditu
We have been using several squid servers in accelerator mode for a number of years mainly for load balancing to send public requests to backend servers. The requests to the squids typically come via a well known commercial caching service. The squids don't do any caching, they just forward r

Re: [squid-users] Why `Storage Mem capacity` has a value larger than 100%.

2019-07-31 Thread Amos Jeffries
On 31/07/19 3:23 pm, kmiku7 wrote: > > Thanks your reply. > I am running 64bit build of squid on 64bit system. The output of top/ps > shows that squid is using as much memory as claimed in report. Okay. That means the negative values are just an artifact of 32-bit types used in the report display

Re: [squid-users] Using few ICAP services at one time

2019-07-31 Thread Alex Rousskov
On 7/31/19 6:47 AM, Nikita Seregin wrote: > if i use the chain, the first service modifies the response and the > object isn't being sent to the second service. Instead, the modified > content (blocking page) is being sent to the second service. If you can modify/configure the first ICAP service

[squid-users] Using few ICAP services at one time

2019-07-31 Thread Nikita Seregin
Hi All. I need to use Squid with few ICAP services, to be able to check files for viruses with few antivirus services. But if i use the chain, the first service modifies the response and the object isn't being sent to the second service. Instead, the modified content (blocking page) is being s

Re: [squid-users] Unable to limit bandwidth (squid 4.7.2 )

2019-07-31 Thread Marcus Kool
On Linux you can use iptables to do qos and make sure that a single connection does not consume all bandwidth. Marcus On 30/07/2019 10:22, Service MV wrote: Just to explain clearly, my goal is that no user of my LAN can download more than 15 megabits/s, because some downloads consume me 100

Re: [squid-users] Unable to limit bandwidth (squid 4.7.2 )

2019-07-31 Thread reinerotto
Delay pools are broken in squid 4.x for https. Work for http only. "Known" bug, said to be fixed in squid 5.x only. You might consider using squid 3.x instead. -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___