You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I am using Update-DbaInstance ( from 1.1.75) .
The server I am targeting only has WinRM HTTPS. So I was initially getting a "WinRM Cannot complete operation".
After researching I learned of the following config setting:
Set-DbaToolsConfig -Name 'psremoting.pssession.usessl' -Value $true
my connection is now trying to use SSL , however I am getting the following message now: "The SSL certificate is signed by an unknown certificate authority."
Is there another parameter I can set or a way to : -SkipCACheck or Trust the Certificate?
Thank you
Mark G.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I am using Update-DbaInstance ( from 1.1.75) .
The server I am targeting only has WinRM HTTPS. So I was initially getting a "WinRM Cannot complete operation".
After researching I learned of the following config setting:
Set-DbaToolsConfig -Name 'psremoting.pssession.usessl' -Value $true
my connection is now trying to use SSL , however I am getting the following message now:
"The SSL certificate is signed by an unknown certificate authority."
Is there another parameter I can set or a way to : -SkipCACheck or Trust the Certificate?
Thank you
Mark G.
Beta Was this translation helpful? Give feedback.
All reactions