A vulnerability scan returns a "Network-Protocol/TLS/TLS Server Cert" on port 9080/TCP issue on ESXi hosts.
The iofiltervp.pem certificate of the hosts doesn't match with the rui.crt ESXi host certificate.
iofiltervp.pem certificate is expired:iofiltervp.pem and rui.crt information are different:
Take a backup of the existing iofiltervp.pem file
cd /etc/vmware/sslmv iofiltervp.pem oldiofiltervp.pem.bakCopy the information inside rui.crt and rui.key file of the host from the following location
/etc/vmware/sslCreate a new iofiltervp.pem file using vi editor,
vi iofiltervp.pemrui.crt followed by the rui.key in the blank iofiltervp.pem file and save the file Restart the iofilter service with the command:
/etc/init.d/iofiltervpd restart