Hi, I have a simple script that runs a Post API
$MyUrl = "https://..."
Invoke-RestMethod -Uri MyUrl -Method POST
But i get the error in the title. I tried it on 3 different PC’s, with Windows 7, Windows 10 and Windows 11 respectively.
On Windows 10 and 11 it worked after installing the right certificate, on Windows 7 it still doesn’t work
In case it matters here is the PS Version on 2 of the PC’s
Thank you in advance
