[squid-users] Unable to access a device over port 4434
Amos Jeffries
squid3 at treenet.co.nz
Tue Oct 22 10:05:05 UTC 2024
On 19/10/24 08:52, Piana, Josh wrote:
>
> On a separate note, what would cause me to need to authenticate everytime I open a new browser? My credentials are supposed to last a week.
>
HTTP requires every request to be authenticated.
I assume you mean a popup appears? that would be a Browser decision.
To save across Browser being restarted your credentials need to be added
to their "Password Manager".
> Here's my authentication config:
>
> #####
> auth_param basic program /usr/lib64/squid/basic_pam_auth
> auth_param negotiate children 10
> auth_param negotiate keep_alive on
> auth_param basic credentialsttl 1 week> acl kerb-auth proxy_auth REQUIRED
> #####
FYI: Configuring "auth_param negotiate" without an "auth_param negotiate
program ..." line does nothing.
Amos
More information about the squid-users
mailing list