I trying to make a HTTPS request with the Invoke-WebRequest cmdlt:
Invoke-WebRequest -Uri "https://www.google.de" -Method GET -TimeoutSec 5
But executing this codes always ends up in a timeout. I also find this and this, which seems to be similar problems. But the mentioned workarounds wont work.
What I am doing wrong?