This is an old revision of the document!
KB Article: https://kb.vmware.com/s/article/79476
<config> <vmacore> <ssl> <cipherList>...</cipherList> </ssl> </vmacore> </config>
Replace with this line:
<code><cipherList>!aNULL:ECDHE+AESGCM:ECDHE+AES</cipherList></code> For changes to take effect, restart the rhttpproxy service using this command:
<code bash>/etc/init.d/rhttpproxy restart</code>
Maybe if needed delete the
:ECDHE+AES
cipherList section too.