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 restart3、参考链接:
https://wenku.baidu.com/view/cab0f093fc4ffe473268ab6d.html
转载于:https://blog.51cto.com/penguintux/1920340