Re: [squid-users] proxy_auth_regex

2024-10-25 Thread Piana, Josh
Alex, I just turned on debugging All, 2 and will be checking the cache.log soon. > Does the problematic test transaction arrive at http_port or https_port? It happens on both. To test http I used "neverssl.com". For https I tried many. I'm thinking the issue might be related to my "CONNECT" p

[squid-users] Square Bracket in LogFormat

2024-10-25 Thread GM Test
Hello, I'm not sure if this is the right place to ask this question but in the *logformat *command, I cannot seem to work out what the square bracket is for? For example: logformat squid %ts.%03tu %6tr %>a %Ss/%03>Hs %http://www.squid-cache.org/Doc/config/logformat/ Would anyone be able to tell

Re: [squid-users] proxy_auth_regex

2024-10-25 Thread Alex Rousskov
On 2024-10-25 13:19, Piana, Josh wrote: 2024/10/25 11:49:18 kid1| ERROR: Negotiate Authentication validating user. Result: {result=BH, notes={message: gss_acquire_cred() failed: No credentials were supplied, or the credentials were unavailable or inaccessible. No principal in keytab matches desi

Re: [squid-users] proxy_auth_regex

2024-10-25 Thread Piana, Josh
Hey Alex, Here's a quick glimpse at what the cache.log is saying. 2024/10/25 11:49:18 kid1| ERROR: Negotiate Authentication validating user. Result: {result=BH, notes={message: gss_acquire_cred() failed: No credentials were supplied, or the credentials were unavailable or inaccessible. No pr

Re: [squid-users] Square Bracket in LogFormat

2024-10-25 Thread Alex Rousskov
On 2024-10-25 14:28, GM Test wrote: I'm not sure if this is the right place to ask this question Yes, it is. but in the *logformat *command, I cannot seem to work out what the square bracket is for? When used at the beginning of a logformat %code name, a single square bracket character s

[squid-users] Help regarding access controls for TLS connections

2024-10-25 Thread Erik Schulz
Hello! I would like to use squid as an egress proxy, to prevent unauthorized egress. Let's say that the only allowed egress is 'example.com'. I can define acl along the lines of: ``` acl allowed_domains ssl::server_name .example.com http_access allow allowed_domains ``` But can someone help me u