我所信仰的给我这样一个 遥远而真实的梦 !我该怎么样呢?我仿佛在时光倒流一样,我再次看到了,再次感受到了,可是这一切都是遥不可及的,那是真的,但是是遥远的,我无法触及的。我是应该高兴开心,还是难受呢?缘分啊。。。。
When you run Connect-NsxtServer in the PowerCLI, it may show "Unable to connect to the remote server". Because the error message is a little bit confusing with other login issues. It's not easy to troubleshoot. The actual reason is the NSX-T uses a self-signed certificate, and the PowerCLI cannot accept the certificate automatically. The fix is super easy. You need to set the PowerCLI to ignore the invalid certificate with the following command: Set-PowerCLIConfiguration -Scope User -InvalidCertificateAction:Ignore -Confirm:$false