Enable TLS di VMWare Esxi 6.7.0

>> Jumat, 05 Oktober 2018

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                                    
  
   tls1.1,tls1.2                               
   /lib/

Restart the proxy:
/etc/init.d/rhttpproxy restart

source:

https://communities.vmware.com/thread/577157

Read more...

  © Blogger templates Sunset by Ourblogtemplates.com 2008

Back to TOP