1. You see a Warning in Cluster > Monitor > Virtual SAN > Performance service > All hosts contributing stats.
2. One or more ESXi hosts are listed in the Hosts Not Contributing Stats field.
3. Unable to place ESXi hosts into Maintenance Mode. vCenter Server fails to issue the EnterMaintenanceMode task with generic security or communication errors.
VMware vSAN (All Versions)
Following scenarios can cause this error -
1. When there is an issue with the CA certificate of the ESXi host that causes the SSL connection between hosts to fail.
2. When you use VCF Operations to change the certificate of ESXi from self signed to Microsoft CA
3. Manually generating a new RSA key (rui.key) or CSR directly on the ESXi filesystem without using the vSphere Client certificate management tools. This creates an immediate SSL thumbprint mismatch between the host's actual identity and the records held in the vCenter database and vSAN Cluster Member Manager (CMMDS).
NOTE: This failure will prevent the collection of vSAN stats metrics from the disconnected hosts.
vsanmgmt.log:
2026-01-16T20:02:00.263Z Wa(12) vsand[6173677]: [opID=vsan-3d87f8e2-64886aca167c0 statscollector::RetrieveRemoteStats] Error happened during RetrieveRemoteStats of hostIps ['10.#.#.#'], type: <class 'ssl.SSLCertVerificationError'>, message: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get issuer certificate (_ssl.c:1006)
2026-01-16T20:02:00.300Z Wa(12) vsand[6173707]: [opID=vsan-5d561145-64886aca167bf statscollector::RetrieveRemoteStats] Error happened during RetrieveRemoteStats of hostIps ['10.#.#.#'], type: <class 'ssl.SSLCertVerificationError'>, message: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get issuer certificate (_ssl.c:1006)
2026-01-16T20:02:00.581Z Wa(12) vsand[6173693]: [opID=vsan-5b8615b8-64886aca167c2 statscollector::RetrieveRemoteStats] Error happened during RetrieveRemoteStats of hostIps ['10.#.#.#'], type: <class 'ssl.SSLCertVerificationError'>, message: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get issuer certificate (_ssl.c:1006)
2026-01-16T20:02:00.596Z Wa(12) vsand[6173696]: [opID=vsan-3ffc11f9-64886aca167c1 statscollector::RetrieveRemoteStats] Error happened during RetrieveRemoteStats of hostIps ['10.#.#.#'], type: <class 'ssl.SSLCertVerificationError'>, message: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get issuer certificate (_ssl.c:1006)
localcli vsan cluster get | awk -F "Sub-Cluster Master UUID:" '{print $2}' | sed -e 's/^[ \t,^$]*//' | sed '/^$/d' |while read i ; do clear ; echo "Following is vSAN Master node also serving as Statsmaster " ; echo " " ; cmmds-tool find -f json -t HOSTNAME |grep -E "uuid|content"|sed 'N;s/\n/ /'|awk -F \" '{print $10": " $4}'|sort | grep $i ; echo " " ; done ; Note: Ensure to change the log level to its previous value.
To resolve the issue, renew the host certificate for each problematic node:
The host must be Contributing Stats (may take up to 5 minutes as per collection interval).
Recovery when user Manually generated new RSA key
rui.key and rui.crt from backup.