I'm getting error:
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel.
The command I'm running is okay on other servers. Most of the answers to this error is about security protocol. While, here is mine:
PS C:\>[Net.ServicePointManager]::SecurityProtocol
Ssl3, Tls11, Tls12
And I still get this error. What am I missing?