1 頁 (共 1 頁)

XP & 2003 Client無法連vSphere 5.5

文章發表於 : 2014年 3月 27日, 12:43
kaku
降低 ESXi 的安全性設定:
1.ssh 連線到 ESXi (使用Putty)
2.移動到設定檔的位置:cd /etc/vmware/rhttpproxy/
3.先做個備份:cp config.xml config_bak.xml
4.修改 config.xml :vi config.xml
5.找到 <vmacore> 裡面的 <ssl> 區塊
6.在最後加上一行:<cipherList>ALL</cipherList>
7.存檔後重啟服務:/etc/init.d/rhttpproxy restart (或vSphere5.5主機重開機)

修改後的 ssl 區塊應該長成這樣:
?<ssl>
<doVersionCheck> false </doVersionCheck>
<useCompression>true</useCompression>
<libraryPath>/lib/</libraryPath>
<handshakeTimeoutMs>120000</handshakeTimeoutMs>
<cipherList>ALL</cipherList> </ssl>

參考資料:
http://cfarm.blog.aznc.cc/xp-vsphere5-1-update2/
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2049143