"Cannot validate proxy configuration. Proxy server didn't allow connection from VCF SDDC Manager to destination URL" or "Can't validate proxy configuration. Destination test URL https://depot.vmware.com returned unexpected HTTP Status. Call VMWARE Support."
VMware SDDC Manager 5.2
VMware SDDC Manager 5.2.1
This issue is caused due to recent change of authentication method in Broadcom depot dl.broadcom.com
. During proxy configuration, VCF SDDC Manager try to validate proxy configuration by using it to connect to dl.broadcom.com
(depot.vmware.com
) and expect specific HTTP Status codes as response. Depot hosting changed this code from 401 AuthRequired for unauthenticated connection to 403 Forbidden or 404 Not found.
su -
vi /etc/vmware/vcf/operationsmanager/application.properties
proxy.configuration.validation.expected.http.statuses=401,403,404
proxy.configuration.validation.test.url=https://dl.broadcom.com
Esc
key + !wq
) systemctl restart operationsmanager