Connect-VIServer Error: Invalid server certificate. Use Set-PowerCLIConfiguration to set the value for the InvalidCertificateAction

Error:

Connect-VIServer Error: Invalid server certificate. Use Set-PowerCLIConfiguration

to set the value for the InvalidCertificateAction


Solution:

From power cli run below command to make it ignore.

>Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false

>Get-PowerCLIConfiguration.

No comments:

Post a Comment

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...