[squid-users] Squid Name Resolution Question

2021-06-23 Thread Garbacik, Joe
I noticed that my squid server queries every second for the same destination (because we have a clients requiring access to this destination). My squid server does not have the negative_dns_ttl nor the positive_dns_ttl values set so I would expect that they are using the defaults. The destinatio

[squid-users] maxconn acl equivalents

2021-06-23 Thread His Shadow
Hello. I know there's an acl that limits the amount of simultaneous connections to the proxy server, but it counts these connections for each incoming remote IP address. Is there some equivalent to making it use another key for counting? Like, after authorization every request gets a userid transac

Re: [squid-users] Newbie question, How to fully disable/disallow https?

2021-06-23 Thread Alex Rousskov
On 6/22/21 5:33 PM, Arctic5824 wrote: > I am now using: https://paste.gg/p/anonymous/e7d5080091bc400e8a75e8285b3dea77 > instead of "http_access allow all" i replaced that line with "http_access > allow all !CONNECT" > > and it seems to be working, atleast in my browser, yet i still see some users

Re: [squid-users] How to execute external helpers for each request ?

2021-06-23 Thread Alex Rousskov
On 6/23/21 7:26 AM, hoper wrote: > I thought we can do this with a really small TTL > (this explain the auth_param basic credentialsttl 2 minutes). > But even after 5 minutes, the new proxy is still not taken into account :( If Squid trusts stale user credentials (i.e. allows new requests with st

Re: [squid-users] Squid Name Resolution Question

2021-06-23 Thread Alex Rousskov
On 6/23/21 9:02 AM, Garbacik, Joe wrote: > I noticed that my squid server queries every second for the same > destination (because we have a clients requiring access to this > destination). My squid server does not have the negative_dns_ttl nor > the positive_dns_ttl values set so I would expect th

Re: [squid-users] certificate issuer not known

2021-06-23 Thread Alex Rousskov
On 6/23/21 7:56 AM, Majed Zouhairy wrote: > when visiting > https://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit > > on squid 4.15 > > it displays: > > > ERROR > The requested URL could not be retrieved > > The following error was encountered while trying to retrieve the URL:

[squid-users] certificate issuer not known

2021-06-23 Thread Majed Zouhairy
Health be upon you, when visiting https://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit on squid 4.15 it displays: ERROR The requested URL could not be retrieved The following error was encountered while trying to retrieve the URL: https://wiki.squid-cache.org/* Faile

Re: [squid-users] How to execute external helpers for each request ?

2021-06-23 Thread hoper
Thanks you very much Alex. First, the word "immediatly" was a really bad choice of word from me. I just wanted to say that we don't want to have to restart squid, or the browser, or to wait for a really long time. If the change occurs in the few next seconds, or a few minutes at worst, it's goo

[squid-users] UDP support for squid

2021-06-23 Thread robert k Wild
hi all, after reading this guide, is this for enabling squid for SOCKSv5 ie UDP - https://wiki.squid-cache.org/Features/Socks export CFLAGS=" -Dbind=SOCKSbind "export CXXFLAGS=" -Dbind=SOCKSbind "export LDADD=" -lsocks " when building squid from source, do i append it at the end of the "config