Forwarding host has been added on the Edge SWG (ProxySG) and health check shows failed state.
A forwarding host health check is a TCP handshake test (SYN, SYN/ACK, ACK) between the Edge SWG (ProxySG) and the target forwarding host.
For Forwarding host health checks, the proxy attempts to establish a TCP connection to verify that the upstream service is reachable and responding. In a packet capture, this appears as traffic originating from the Proxy's IP addressed to the Forwarding Server's IP.
TCP Handshake: You should see a standard three-way handshake.
To isolate health check traffic for a specific forwarding host, use the following filter syntax (Replace x.x.x.x with the Forwarding Server's IP address.):
host x.x.x.x
To capture this traffic specifically while troubleshooting:
In the packet capture verify if you see completed TCP handshake (SYN, SYN/ACK, ACK). If not, verify the local firewall to make sure traffic is allowed and nothing else is blocking communication within local network. Alternatively verify that forwarding host is up and running, access list allows the communication from the proxy and the host is listening on the configured port.