You could write a service that occasionally dumps user credentials
into some format, like json and have your external helpers download
it, parse it and use it as local cache. There will be delay, when
adding new users, but authentication would be very fast. Unless the
database is huge of course.
с
On 8/28/21 4:00 PM, roee klinger wrote:
> If I can convenience the team to increase the "auth_param basic
> credentialsttl" to around 60
> minutes, we should have absolutely no problem, please correct me if I am
> wrong.
This is not my area of expertise, so I hope that others on the list will
res
Thank you Alex, for the detailed response, I will keep that info in mind
while testing.
If I can convenience the team to increase the "auth_param basic
credentialsttl" to around 60
minutes, we should have absolutely no problem, please correct me if I am
wrong.
As per my understanding, even if the
On 8/28/21 2:59 PM, roee klinger wrote:
> I have multiple Squid servers installed in different data centers across
> different cloud providers, and they all need to authenticate users using
> a single database (MySQL) on a separate server, which is also on a
> different cloud provider on a differe
Hello,
I have multiple Squid servers installed in different data centers across
different cloud providers, and they all need to authenticate users using
a single database (MySQL) on a separate server, which is also on a
different cloud provider on a different data center.
I have already written a
On 8/28/21 8:36 AM, Andrea Venturoli wrote:
> I've got Squid (4.15) configured as an HTTP[s] server, with squidclamav:
>> icap_enable on
>> icap_send_client_ip on
>> icap_preview_enable on
>> icap_preview_size 1024
>> icap_service service_req reqmod_precache bypass=0
>> icap://127.0.0.1:1344/squ
Hello.
I've got Squid (4.15) configured as an HTTP[s] server, with squidclamav:
icap_enable on
icap_send_client_ip on
icap_preview_enable on
icap_preview_size 1024
icap_service service_req reqmod_precache bypass=0
icap://127.0.0.1:1344/squidclamav
adaptation_access service_req allow all
icap_s
ok, then i will install v4.14 and try again. After that i will ask for help
again.
for now, one question more:
can i use 2.x config for 4.x without any additional fixes?
On Sat, Aug 28, 2021 at 7:22 AM Amos Jeffries wrote:
> On 28/08/21 12:12 pm, Momir Milekic wrote:
> > Hi,
> > Until recently