[[timestamp]] [ERROR] sdk-plugin-deployer-3288 com.vmware.vise.plugin.extension.VcExtensionManager Downloading plugin package: 'com.vmware.vlcm.client:8.0.3.24322831' registered in vCenter: '<vCenter> (800f9c69-aa2f-4af1-a44c-3ee7f88a0642)' has failed. java.util.concurrent.CompletionException: com.vmware.vise.plugin.download.PluginDownloadException: org.bouncycastle.tls.TlsFatalAlert: unexpected_message(10); Unsupported UNKNOWN(72)
[[timestamp]] [INFO ] sdk-plugin-deployer-3288 com.vmware.vise.plugin.registry.VcExtensionStateRegistry Updating entry: Plugin: 'com.vmware.vlcm.client:8.0.3.24322831', State: 'FAILED_DOWNLOAD'
vCenter Server 8.0U 3d
Validate if the plug-in can be downloaded
http://<vcenter>:9084/vci/downloads/vlcm-ui/plugin.zip
https://<vcenter>:9087/vci/downloads/vlcm-ui/plugin.zip
Correcting Port Configuration
vci-integrity.xml file:
cp /usr/lib/vmware-updatemgr/bin/vci-integrity.xml /usr/lib/vmware-updatemgr/bin/vci-integrity.xml.bak
vci-integrity.xml and change the WebSSLPort from 9084 to 9087.less /usr/lib/vmware-updatemgr/bin/vci-integrity.xml | grep 9087
service-control --restart updatemgr vsphere-ui
Verify Port Configuration in the VCDB:
su updatemgr -s /bin/bash
psql -U vumuser -d VCDB
SELECT name,value FROM vumdbc.VCI_PARAMETERS WHERE name like 'registry.servicePorts.%';
Expected output example: