While trying to access the VMware Aria Automation UI from a Windows jump server, the application is inaccessible and returns the following error: "This site can't be reached".
Additionally, attempting to SSH into the VMware Aria Automation appliance using a client such as PuTTY fails with the following error: "Network error".
Aria Automation 8.X
This issue occurs when port 443 (HTTPS) and port 22 (SSH) are blocked on the Windows jump server or by a network firewall.
To resolve this issue, validate that ports 443 and 22 are open and accessible from your Windows jump server.
Test-NetConnection -ComputerName <Aria_Automation_URL> -Port 443
Run the following command to test connectivity over port 22:
Test-NetConnection -ComputerName <Aria_Automation_Node> -Port 22
Reference: