powercli The SSL connection could not be established, see inner exception. 问题解决

 

 Connect-VIServer -Server 

powercli The SSL connection could not be established, see inner exception. 问题解决

 

这里是“SSL连接不能建立......”这实际上意味着你没有一个有效的证书。如果你想连接到vCenter没有一个有效的证书,您必须允许可以改变你的vCenter证书到受信任的一个,这是正确的解决方案,也可以忽略无效的证书,以规避所有的安全性,但使它现在的工作。 

powercli The SSL connection could not be established, see inner exception. 问题解决

Set-PowerCLIConfiguration -InvalidCertificateAction:ignore

 再次登陆可正常登陆

powercli The SSL connection could not be established, see inner exception. 问题解决

 

上一篇:netstat Recv-Q和Send-Q判断包在哪端


下一篇:leetcode-897 递增顺序搜索树 DFS+栈实现