Re: [squid-users] squidclient ERR_ACCESS_DENIED

2024-02-27 Thread Andrea Venturoli
On 2/27/24 18:02, Alex Rousskov wrote: Hello and thanks for answering. You are suffering from one or several known problems[1,2] related to cache manager changes in v6+ code. Without going into complicated details, I recommend that you replace deprecated squidclient with curl, wget, or anot

Re: [squid-users] squidclient ERR_ACCESS_DENIED

2024-02-27 Thread Alex Rousskov
On 2024-02-27 10:36, Andrea Venturoli wrote: I'm having trouble accessing cachemgr with squidclient. You are suffering from one or several known problems[1,2] related to cache manager changes in v6+ code. Without going into complicated details, I recommend that you replace deprecated squidcl

[squid-users] squidclient ERR_ACCESS_DENIED

2024-02-27 Thread Andrea Venturoli
Hello. I'm having trouble accessing cachemgr with squidclient. As a test, I've added the following to my squid.conf as the first http_access line: http_access manager (I know this is dangerous and I've removed it after the test). Opening "http://10.1.2.39:8080/squid-internal-mgr/info"; fro

Re: [squid-users] ICAP response to avoid backend

2024-02-27 Thread Ed Neville
On 2024-02-27 12:38+1300, Amos Jeffries wrote: > On 26/02/24 06:52, Ed wrote: > > > >acl bad_foo req_header ICAPHEADER -i foobar > >cache_peer_access server_1 deny bad_foo > Assuming that an ICAP service is controlling whether the peers are to > be used that is the correct way. > > Howe