Alvalvar
Alvalvar
> On the client run the following function (included with RestPS: Disable-SSLValidation Tried it, it didn't work. Same error.
I try it on WinSrv2016 and two different Win10 Same result
> Which directions are you following? I don't have a place to test right now. But I can probably do it later. I just want to be sure I am...
Hi! Any luck trying to reproduce the error?
Good day! Had a time to look at the cause of the errors?
Hi! It`s a fckng magic :( PS C:\Temp> $HttpsParams = @{ Uri = 'https://localhost:8080/process?name=powershell' Method = 'Get' Certificate = $ClientCert UseBasicParsing = $true } PS C:\Temp> Invoke-RestMethod @HttpsParams Invoke-RestMethod :...