Mark Derouen

Results 1 comments of Mark Derouen

I am behind a proxy so this is what worked for me using Powershell ISE. Set TLS to 1.2 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 [Net.ServicePointManager]::SecurityProtocol Use default creds for the proxy (New-Object...