Re: [squid-users] squid url_rewrite_program how to return a kind of TCP reset

2022-01-31 Thread Amos Jeffries
On 31/01/22 21:53, David Touzeau wrote: Is adapted_http_access supporting url_rewrite_program  ? It seems only supports ecap/icap All the request adaptors (ICAP, eCAP, rewrite helper) can either respond with an adapted request or a response to the client. If they respond with a changed r

Re: [squid-users] squid url_rewrite_program how to return a kind of TCP reset

2022-01-31 Thread Eliezer Croitoru
Hey David, It works only with ICAP or ECAP but I was talking about ICAP. I wrote an example golang service at: https://github.com/elico/bgu-icap-example It is licensed with 3-clause BSD so you can use it freely. It’s pretty simple to understand the code and I have used it in more then on

Re: [squid-users] Tune Squid proxy to handle 90k connection

2022-01-31 Thread Eliezer Croitoru
Hey Andre, I would not recommend on 5.x yet since there are couple bugs which are blocking it to be used as stable. I believe that your current setup is pretty good. The only thing which might affect the system is the authentication and ACLs. As long these ACL rules are static it should not

Re: [squid-users] Tune Squid proxy to handle 90k connection

2022-01-31 Thread André Bolinhas
Hi I will not use cache in this project. Yes, I will need * ACL (based on Domain, AD user, Headers, User Agent…) * Authentication * SSL bump just for one domain. * DNS resolution (I will use Unbound DNS service for this) Also, I will divide the traffic between two Squ

Re: [squid-users] squid url_rewrite_program how to return a kind of TCP reset

2022-01-31 Thread David Touzeau
Is adapted_http_access supporting url_rewrite_program  ? It seems only supports ecap/icap Le 31/01/2022 à 03:52, Amos Jeffries a écrit : On 31/01/22 13:20, David Touzeau wrote: But it makes 2 connections to the squid for just stopping queries. It seems not really optimized. The joys of usin