码迷,mamicode.com
首页 > 其他好文 > 详细

xp 下的vsphere client 6.0 不能连接esxi解决

时间:2017-04-28 12:07:11      阅读:1362      评论:0      收藏:0      [点我收藏+]

标签:xp   vsphere6   

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



本文出自 “武陵荒草” 博客,请务必保留此出处http://penguintux.blog.51cto.com/3021117/1920340

xp 下的vsphere client 6.0 不能连接esxi解决

标签:xp   vsphere6   

原文地址:http://penguintux.blog.51cto.com/3021117/1920340

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!