/var/log/vmware/vcf/lcm/lcm-debug.log
YYYY-MM-DD T HH:MM:SS DEBUG [vcf_lcm,819a0e70d17c4f97,1101,[email protected]] [c.v.e.s.l.b.d.d.utils.CookieUtils,http-nio-127.0.0.1-7400-exec-7] VCF_DEPOT Depot Http Cookies: []YYYY-MM-DD T HH:MM:SS DEBUG [vcf_lcm,819a0e70d17c4f97,1101,[email protected]] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-7] Getting file size for [/COMP/SDDC_MANAGER_VCF/index.v3] from URL[https://dl.broadcom.com:443/<downloadToken>/PROD/COMP/SDDC_MANAGER_VCF/index.v3]YYYY-MM-DD T HH:MM:SS DEBUG [vcf_lcm,819a0e70d17c4f97,1101,[email protected]] [c.v.e.s.l.b.d.d.utils.CookieUtils,http-nio-127.0.0.1-7400-exec-7] VCF_DEPOT Depot Http Cookies: []YYYY-MM-DD T HH:MM:SS DEBUG [vcf_lcm,819a0e70d17c4f97,1101,[email protected]] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-7] Executing HEAD https://dl.broadcom.com:443/<downloadToken>/PROD/COMP/SDDC_MANAGER_VCF/index.v3 HTTP/1.1YYYY-MM-DD T HH:MM:SS DEBUG [vcf_lcm,819a0e70d17c4f97,1101,[email protected]] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-7] Got response: HTTP/1.1 400 Bad RequestYYYY-MM-DD T HH:MM:SS ERROR [vcf_lcm,819a0e70d17c4f97,1101,[email protected]] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-7] Error getting file size, got response: HTTP/1.1 400 Bad RequestYYYY-MM-DD T HH:MM:SS ERROR [vcf_lcm,819a0e70d17c4f97,1101,[email protected]] [c.v.e.s.l.b.d.depot.DepotDownloader,http-nio-127.0.0.1-7400-exec-7] Got Http error[400] while downloading manifest index [/COMP/SDDC_MANAGER_VCF/index.v3]YYYY-MM-DD T HH:MM:SS ERROR [vcf_lcm,819a0e70d17c4f97,1101] [c.v.e.s.l.a.r.c.d.DepotUserCredentialController,http-nio-127.0.0.1-7400-exec-7] Failed to update User Credentialcom.vmware.evo.sddc.lcm.model.depot.exception.DepotConnectionFailureException: Error downloading manifest [/COMP/SDDC_MANAGER_VCF/index.v3] from dl.broadcom.com:443
curl -v https://dl.broadcom.com:443/<downloadToken>/PROD/COMP/SDDC_MANAGER_VCF/index.v3application-prod.properties file in /opt/vmware/vcf/lcm/lcm-app/conf/ and confirmed that proxy is not in use.SDDC Manager Version 4.5.1
SDDC Manager Version 4.5.2
The issue was due to the proxy server being enabled in the platform database on the SDDC manager, even though it is disabled in the UI and does not reflect in the application-prod.properties file.
Note: Take a valid snapshot of the SDDC manager VM, and execute the steps below:
psql -h localhost -U postgres -d platform -c "select * from proxy_config"proxy_enabled section shows "t", then proxy is enabled in the database.psql -h localhost -U postgres -d platform -c "update proxy_config set proxy_enabled='f' where id='Enter_ID_from_step_2'" /opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.shOnce the above changes are done, from the SDDC manager UI, login to the depot and check the connectivity.