Search This Blog

Tuesday 10 September 2019

Force Powershell to use TLS1.2 (defaults to 1.0)

Force Powershell to use TLS1.2 (defaults to 1.0)

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

No comments:

Post a Comment