You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer fails on Windows Server 2016. This is because Server 2016 uses TLS 1.0 by default. When the script calls Invoke-Webrequest, it fails because the target sites are requiring TLS 1.2.
The text was updated successfully, but these errors were encountered:
The installer fails on Windows Server 2016. This is because Server 2016 uses TLS 1.0 by default. When the script calls Invoke-Webrequest, it fails because the target sites are requiring TLS 1.2.
The text was updated successfully, but these errors were encountered: