Problem muncul ketika manage engine tidak bisa scan vmware host server karena manage engine menggunakan TLS v1 sedangkan esxi 6.7.0 secara default menggunakan tlsv1.2
untuk itu supaya manage engine bisa scan vmware host server, semua versi tls perlu diaktifkan dengan cara
1. Set ESXiVPsDisabledProtocols:
esxcli system settings advanced set -o /UserVars/ESXiVPsDisabledProtocols -s ""
2. On the command line, edit /etc/vmware/rhttpproxy/config.xml
Find the vmacore section, then find the ssl section inside it and set the versions of tls you want to enable:
...
true
/lib/
Restart the proxy:
/etc/init.d/rhttpproxy restart
source:
https://communities.vmware.com/thread/577157
Read more...