On 09.10.24 19:59, Piana, Josh wrote:
I'm running into an issue wherein, when using Squid proxy, I'm unable to get to 
one of our management devices from port 4434.

I've already verified that this device is not blocking access from the proxy 
directly, and should be allowed to get to the access page.

-          When reviewing the access logs, I can see that we're running into a 
generic 503 error

-          When browsing to this page, it will attempt to load for about 30 
seconds, and then fail

-          The webpage response is a generic "The system returned: (110) Connection 
timed out"

-          When we forgo the proxy, we can access it without an issue

This device is located on a 172.0.0.0/8 internal network.

-          Other devices which do NOT use this port are accessible

-          Changing the access port is not an option (not up to me)

Access Log entry:
09/Oct/2024:15:54:21 -0400.758 10.46.49.190 TCP_MISS/503 4448 GET 
http://172.27.46.253:4434/ jpiana \ HIER_DIRECT/172.27.46.253 text/html 
ERR_CONNECT_FAIL/WITH_SERVER


I guess the correct URL is: http://172.27.46.253:4434/jpiana

have you tried running following directly from the squid machine?

wget -Y off http://172.27.46.253:4434/jpiana


Because ERR_CONNECT_FAIL/WITH_SERVER and "Connection timed out" both say that the squid was unable to open connection to server.

which is not a squid issue but network connection issue.
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
LSD will make your ECS screen display 16.7 million colors
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users

Reply via email to