1、通过ssh登录esxi
编辑/etc/vmware/rhttpproxy/config.xml,在vmacore中的ssl节添加<cipherList>ALL</cipherList>

   <vmacore>
...

      <ssl>
          <doVersionCheck> false </doVersionCheck>
          <useCompression>true</useCompression>
          <libraryPath>/lib/</libraryPath>
          <!-- 增加下面这一行 -->
          <cipherList>ALL</cipherList>
      </ssl>
...

   </vmacore>

2、重启服务

/etc/init.d/rhttpproxy restart
3、参考链接:

https://wenku.baidu.com/view/cab0f093fc4ffe473268ab6d.html