mkellen1
Results
2
comments of
mkellen1
I can generate this same behaviour on two different Windows 10 boxes (21H2 and 22H2) in different domains (so not a GPO) when using Powershell 7.3.4. The system default Powershell...
Golfing the issue down even more: ``` > $client = New-Object -TypeName System.Net.Http.HttpClient > $r1=$client.GetStringAsync('https://www.google.com') > $r1.Status Faulted > $r1.Exception.InnerException.InnerException.Message Unable to read data from the transport connection: An existing...