总是那么累,心累,身体累,还是那么烦躁不安,我要如何才能平静,我以为工作可以给我带来快乐,可以让我疲惫的心灵得到一时的安慰。现在看来并非如此,越来越累了,我感觉我的心在慢慢的死去。
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