mtorluemke opened a new issue #7638: URL: https://github.com/apache/trafficserver/issues/7638
From docs: 20210328.17h19m28s CONNECT:[0] could not connect [CONNECTION_ERROR] to 192.168.3.1 for 'http://192.168.3.1:2000/' connect_result=5 src_port=0 20210328.17h19m37s CONNECT:[0] could not connect [CONNECTION_ERROR] to 192.168.3.1 for 'http://192.168.3.1:2000' connect_result=5 src_port=0 20210328.17h19m39s CONNECT:[0] could not connect [CONNECTION_ERROR] to 192.168.3.1 for 'http://192.168.3.1:2000/' connect_result=5 src_port=0 20210328.17h20m28s CONNECT:[0] could not connect [CONNECTION_ERROR] to 192.168.3.1 for 'http://192.168.3.1:2000/' connect_result=5 src_port=0 But, connectivity is fine: root@origin1 # telnet 192.168.3.1 2000 Trying 192.168.3.1... Connected to 192.168.3.1. Escape character is '^]'. ^CConnection closed by foreign host. root@origin1 # Error is from: https://github.com/apache/trafficserver/blob/660bd3b2e9a252a319f67ccd62bae91b176844e0/proxy/http/HttpTransact.cc#L3849, which hasn't changed in a few years. So, one theory is that connectivity had an interruption, and did not recover when the connectivity is restored. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
