SSP Pre-check VM Creation Fails Due to Firewall Blocking Port 443
During SSP deployment, the pre-check stage may fail when attempting to create the pre-check VM. The following error is observed on the UI while deploying:
Security Services Platform (SSP)
Version: 5.0
The SSP Installer VM requires HTTPS (TCP 443) connectivity to vCenter in order to upload the pre-check OVA and its VMDK.
In this case, a firewall rule was blocking port 443 between the SSP Installer VM and the vCenter Server.
Verify connectivity from the SSP Installer VM to the vCenter Server on port 443:
curl -vk https://<vcenter-fqdn>:443If the connection fails, review your firewall logs or rules.
Identify if traffic between the Installer VM (source IP) and vCenter (destination IP) is being dropped.
Work with the firewall/network team to allow TCP 443 between:
Source: SSP Installer VM
Destination: vCenter Server
Re-run the SSP deployment pre-check.