dotnet / install-scripts

MIT License
127 stars 70 forks source link

Fix dotnet-install.ps1 to use TLS 1.2 #362

Closed Matt2021-A closed 1 year ago

Matt2021-A commented 1 year ago

on windows server 2016 machines the default protocol is not TLS 1.2 - please update.

YuliiaKovalova commented 1 year ago

Hi @Matt2021-A,

We do not plan to introduce this behavior by default due to non-deterministic consequences for other environments. I can recommend you use this one-liner for running the script with enabled Tls 1.2.