powershell-universal icon indicating copy to clipboard operation
powershell-universal copied to clipboard

Get-PSUDashboard causes gRPC error

Open JCrabtree911 opened this issue 4 months ago • 3 comments

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

JCrabtree911 avatar Oct 18 '24 16:10 JCrabtree911