A general system error occurred: Download patch definitions task failed while syncing depots. Error: 'integrity.fault.NoSignatureSiteConnection: Web sites: http://dl.broadcom.com/<DownloadToken>/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml;http://dl.broadcom.com/<DownloadToken>/PROD/COMP/ESX_HOST/vmtools-main/vmw-depot-index.xml; hosting the patch definitions and patches cannot be accessed or have no patch data. Check the Internet connectivity./var/log/vmware/vmware-updatemgr/vum-server/YYYY-MM-DD HH:MM:SS WARNING imageService[140692060096064] [Downloader 214] Download failed: ('https://hostupdate.vmware.com/software/VUM/PRODUCTION/addon-main/addon/xxx/xxx-ESXi-x.x.x-Addon-cumulative_metadata.zip', '/tmp/tmpxxxxxxx_', "HTTPSConnectionPool(host='hostupdate.vmware.com', port=443): Max retries exceeded with url: /software/VUM/PRODUCTION/addon-main/addon/xxx/xxx-ESXi-x.x.x-Addon-cumulative_metadata.zip (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 503 Service Unavailable')))")To resolve this issue, align the vCenter Server Appliance proxy configuration by completing one of the options below:
shellvi /etc/sysconfig/proxyHTTP_PROXY="http://<proxy_ip_or_fqdn>:<port>/"
HTTPS_PROXY="http://<proxy_ip_or_fqdn>:<port>/" NO_PROXY="localhost, 127.0.0.1, .<local_domain>"Note: Not all possible configuration settings are exposed via VAMI UI. While the graphical interface allows setting a dedicated URLs for HTTP, HTTPS and FTP traffic, there is no way to set any exclusions for traffic to dedicated system to be routed directly, as there is no access to the required NO_PROXY option.
In addition, When configuring proxy settings, it's essential to set both HTTP_PROXY and HTTPS_PROXY var
Proxy configuration is case-sensitive. Ensure the hostname URL for the proxy server is entered correctly or use server IP address instead.