Managed endpoints are unable to establish a connection with the internal application via the Connector, resulting in a reachability failure.
The term "Connector" in this document refers to both the Application Connector and the Edge Connector, and the steps below apply equally to both.
The reachability failure occurs due to a break in the secure communication chain at one of two specific network legs:
Run the following commands on your managed endpoint to verify connectivity to the Connector:
curl -v -k -I --connect-timeout 10 https://domain_name:8443If the endpoint-to-connector connection is confirmed healthy, run the following command to verify connectivity to the internal application:
curl -v -k -I --connect-timeout 10 https://domain_name:portService/server not running or unreachable on the expected port
The internal application's server may be down, or the connector service may not be running or listening on the expected port. Run the following command to verify:
sudo systemctl status sse-gatewayResolution: Verify that the server is up and the application service is active and listening on the correct port.