Re: [squid-users] Unwanted authentication requests

2022-09-08 Thread Amos Jeffries
On 9/09/22 07:22, Marek Greško wrote: Hello Alex, thanks for tip. I did not know about that directive. Is it possible to specify no method for others? I tried none, but squid complained. Not necessarily needed now, but I tried to specify no method for other vlans without success. I left basic

Re: [squid-users] Unwanted authentication requests

2022-09-08 Thread Alex Rousskov
On 9/8/22 15:22, Marek Greško wrote: thanks for tip. I did not know about that directive. Is it possible to specify no method for others? Hi Marek, If you do not want authentication for others, adjust your http_access rules (that trigger authentication). The auth_schemes directive contr

Re: [squid-users] Unwanted authentication requests

2022-09-08 Thread Alex Rousskov
On 9/8/22 03:13, Marek Greško wrote: Is there some way to limit the use of basic auth only to the users on the second vlan and not present it to the users on the first vlan and vice versa? This is not my area of expertise, but the auth_schemes directive does support ACLs, so you can tell Squ