"An unexpected error has occurred""You have no privileges to view this object or it does not exist".
In /var/log/vmware/vsphere-ui/logs/catalina.log, the following error is seen.
SEVERE [http-nio-127.0.0.1-5090-exec-4] com.vmware.vum.client.exceptions.GlobalExceptionHandler.logException com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint doesn't match
SEVERE [http-nio-127.0.0.1-5090-exec-4] com.vmware.vum.client.exceptions.GlobalExceptionHandler.logException com.google.common.util.concurrent.UncheckedExecutionException: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint doesn't match
In /var/log/vmware/vsphere-ui/logs/vsphere-ui-runtime.log.stderr below error found.
SEVERE [http-nio-127.0.0.1-5090-exec-4] com.vmware.vum.client.exceptions.GlobalExceptionHandler.logException com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint doesn't match
SEVERE [http-nio-127.0.0.1-5090-exec-4] com.vmware.vum.client.exceptions.GlobalExceptionHandler.logException com.google.common.util.concurrent.UncheckedExecutionException: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint doesn't match
for i in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list); do echo STORE $i; sudo /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $i --text | egrep "Alias|Not After"; done