Connection failed - Network is unreachable (connect failed) "/var/log/vrlcm/vmware_vrlcm.log file displays a network connectivity error when the certificate check is triggered:INFO vrlcm[1241] [http-nio-8080-exec-6] [c.v.v.l.l.c.CertificateManagementController] -- Request received to get certificate from https://dl.broadcom.com
INFO vrlcm[1241] [http-nio-8080-exec-6] [c.v.v.l.l.s.CertificateManagementService] -- Fetching certificate from https://dl.broadcom.com
INFO vrlcm[1241] [http-nio-8080-exec-6] [c.v.v.l.u.CertificateUtil] -- Endpoint : https://dl.broadcom.com
ERROR vrlcm[1241] [http-nio-8080-exec-6] [c.v.v.l.u.CertificateUtil] -- IOException occurred - Network is unreachable (connect failed)
The issue is caused by the component responsible for retrieving certificate details (CertificateUtil) attempting to connect directly to the depot endpoint https://dl.broadcom.com without applying the configured system proxy settings. However, the actual file download service does correctly utilize the proxy configuration. This results in a "False Positive" scenario where the certificate validation fails due to the missing proxy route, but the functional task of downloading content succeeds.
dl.broadcom.com. This allows VCF Fleet Management to reach the endpoint directly, bypassing the need for the proxy during the certificate validation check.