Score:0

Squid basic auth connection problems

fr flag

We are using squid proxy with basic authentication. Each user has it's own outgoing ip configured. See parts of our squid.conf:

# Authentication Basic Auth
auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/passwords
auth_param basic realm proxy
acl authenticated proxy_auth REQUIRED
http_access allow authenticated
http_access deny all

acl u0001 proxy_auth u0001
acl u0002 proxy_auth u0002
acl u0003 proxy_auth u0003
acl u0004 proxy_auth u0004

http_access allow u0001
http_access allow u0002
http_access allow u0003
http_access allow u0004

tcp_outgoing_address 2a03:f80:XX:XX:XX:XX:XX:XX u0001
tcp_outgoing_address 2a03:f80:XX:XX:XX:XX:XX:XX u0002
tcp_outgoing_address 2a03:f80:XX:XX:XX:XX:XX:XX u0003
tcp_outgoing_address 2a03:f80:XX:XX:XX:XX:XX:XX u0004

Sometimes, when we connect our service to an authenticated user, the connection just hangs and terminates after 30 seconds. The behavior is not reproducible and we cannot see anything in the cache.log or access.log.

Has anyone encountered similar behavior or any hint for a solution?

Happy to provide more information on request.

Thanks in advance! Peter

Score:0
fr flag

Problem is (almost) solved. It seems not to be on our side, though. :(

https://github.com/puppeteer/puppeteer/issues/8334

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.