Error setting Online depot configuration' 2026-02-17T09:38:12.495+0000 ERROR [vcf_lcm,0000000000000000,0000] [c.v.e.s.c.util.LocalProcessService,ForkJoinPool.commonPool-worker-18] Local command /opt/vmware/vmware-umds/bin/vmware-umds -D -m --info-level error --proxy-ip <proxyFQDN> --proxy-port <portnumber> --task-id ########-####-####-####-############ failed with exit value 1
Out Stream: LocalProcess INFO: 2026-02-17 09:38:08 - Starting download of updates ...
LocalProcess INFO: 2026-02-17 09:38:09 - 2026-02-17T09:38:09.208Z error vmware-downloadService[2362258] [Originator@6876 sub=httpDownload] [httpDownloadPosix 782] curl_easy_perform() failed: cURL Error: SSL peer certificate or SSH remote key was not OK, SSL certificate problem: self-signed certificate in certificate chain
SDDC manager 9.x
VCF Operations 9.x
| Note: Before proceeding, ensure to take a backup/ snapshot of the SDDC Manager appliance. |
echo off | openssl s_client -connect dl.broadcom.com:443 2>&1 | openssl x509 -outform PEM 1> /tmp/depot.crt && keytool -importcert -alias depot_cert -file /tmp/depot.crt -keystore /etc/alternatives/jre/lib/security/cacerts --storepass changeit
Note if you are using a proxy please run the following command instead of the above:
echo off | openssl s_client -proxy <proxy-fqdn>:<proxy port> -connect dl.broadcom.com:443 2>&1 | openssl x509 -outform PEM 1> /tmp/depot.crt && keytool -importcert -alias depot_cert -file /tmp/depot.crt -keystore /etc/alternatives/jre/lib/security/cacerts --storepass changeit
Depot connection is active'