YYYY-MM-DDTHH:MM:SS.189-05:00 error vmware-vum-server[11869]
[Originator@6876 sub=com.vmware.vcIntegrity.lifecycle.SyncDepotsTask]
[SyncDepotsTask 268] VciSigUpdateTask failed. Error: integrity.fault.NoSignatureSiteConnection
YYYY-MM-DDTHH:MM:SS.190-05:00 info vmware-vum-server[11869] [Originator@6876 sub=com.vmware.vcIntegrity.lifecycle.SyncDepotsTask] [Task, 457] Task:com.vmware.vcIntegrity.lifecycle.SyncDepotsTask ID:<OP_ID>. Finalizing Task
YYYY-MM-DDTHH:MM:SS.190-05:00 info vmware-vum-server[11869] [Originator@6876 sub=com.vmware.vcIntegrity.lifecycle.SyncDepotsTask] [Task, 457] Task:com.vmware.vcIntegrity.lifecycle.SyncDepotsTask ID:<OP_ID>. Task Finalization completed.
YYYY-MM-DDTHH:MM:SS.190-05:00 error vmware-vum-server[11869] [Originator@6876 sub=com.vmware.vcIntegrity.lifecycle.SyncDepotsTask] [Task, 457] Task:com.vmware.vcIntegrity.lifecycle.
SyncDepotsTask ID:<OP_ID>. Task Failed. Error: Error:
--> com.vmware.vapi.std.errors.error
--> Messages:
-->
com.vmware.vcIntegrity.lifecycle.depots.sync.VciSigUpdateTaskErrorInfo<Download
patch definitions task failed while syncing depots. Error:
'integrity.fault.NoSignatureSiteConnection'.>
-->
vCenter Server 7.x
vCenter Server 8.x
The issue is caused by an incorrect or incomplete configuration in the /etc/sysconfig/proxy
file. Specifically, the HTTPS_PROXY
setting does not match the HTTP_PROXY
setting, leading to connection failures when syncing with VMware depots.
Back up the current proxy configuration file
cp /etc/sysconfig/proxy /var/tmp/proxy.backup
Edit the proxy configuration file to align proxy settings
vi /etc/sysconfig/proxy
HTTPS_PROXY
setting to match the HTTP_PROXY
setting.Reboot the vcenter server to apply the updated settings
reboot