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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...