powershell-universal
powershell-universal copied to clipboard
Get-PSUDashboard causes gRPC error
Version
5.0.12
Severity
Low
Environment
msi
Steps to Reproduce
A call to
Get-PSUDashboard
results in a gRPC error
An error occurred: Status(StatusCode="Internal", Detail="Error starting gRPC call. HttpRequestException: The SSL connection could not be established, see inner exception. AuthenticationException: The remote certificate was rejected by the provided RemoteCertificateValidationCallback.", DebugException="System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.")
Expected behavior
Get-PSUDashboard
# Expected to return a list of Dashboards
Actual behavior
A red error pop will briefly appear with the following text:
An error occurred: Status(StatusCode="Internal", Detail="Error starting gRPC call. HttpRequestException: The SSL connection could not be established, see inner exception. AuthenticationException: The remote certificate was rejected by the provided RemoteCertificateValidationCallback.", DebugException="System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.")
Additional Environment data
Windows Server 2019 Datacenter 1809.
Screenshots/Animations
No response