[squid-users] squid5.5 restart failure due to domain list duplication

2024-09-04 Thread YAMAGUCHI NOZOMI (JIT ICC)
To whom it may concern, If there were duplicate domains in the list of domains used, restarting the squid would cause the process to stop. Below is the error statement. ERROR: 'a.example.com' is a subdomain of 'example.com FATAL: /etc/squid/squid.conf I don't think the same thing happened with my

Re: [squid-users] Unable to access internal resources via hostname

2024-09-04 Thread Amos Jeffries
Hi Josh, There are two things I can see in the original message: 1) trusted *clients* (acl authless_src src ...) are documented as being limited to the 10.46.11.0/24 range. The client testing is outside, in the 10.46.49.190 IP address. ==> Please check your authless_src list is correct.

Re: [squid-users] Unable to access internal resources via hostname

2024-09-04 Thread Alex Rousskov
On 2024-09-04 12:25, Piana, Josh wrote: That's REALLY strange that its getting blocked by "http_access deny block_user". That's an ACL that is supposed to just deny "known good" users that we don't want to have access to the user proxy. This ACL references the "block_user" list which includes gu

Re: [squid-users] Unable to access internal resources via hostname

2024-09-04 Thread Piana, Josh
Alex, Double disregard. I was connected to our old proxy still when I tested that. Still not working local to local. -Original Message- From: squid-users On Behalf Of Piana, Josh Sent: Wednesday, September 4, 2024 12:40 PM To: squid-users@lists.squid-cache.org Subject: Re: [squid-u

Re: [squid-users] Unable to access internal resources via hostname

2024-09-04 Thread Piana, Josh
Alex, Please disregard the last message. I decided to use my brain for more than stealing oxygen. Modified my "local_dst_dom" ACL to the following: # acl local_dst_dom dstdomain ad.arc-tech.com # http_access allow local_dst_dom # http_reply_access allow local_dst_dom It works now, co

Re: [squid-users] Unable to access internal resources via hostname

2024-09-04 Thread Piana, Josh
Hry Alex, That's REALLY strange that its getting blocked by "http_access deny block_user". That's an ACL that is supposed to just deny "known good" users that we don't want to have access to the user proxy. This ACL references the "block_user" list which includes guest accounts, vender account