diff --git a/PSLauncher/LauncherForm.cs b/PSLauncher/LauncherForm.cs index 4b46d5b..3eaca15 100644 --- a/PSLauncher/LauncherForm.cs +++ b/PSLauncher/LauncherForm.cs @@ -73,7 +73,7 @@ namespace PSLauncher new HttpClientHandler() { AllowAutoRedirect = false, - SslProtocols = System.Security.Authentication.SslProtocols.Tls13, + SslProtocols = System.Security.Authentication.SslProtocols.Tls13 | System.Security.Authentication.SslProtocols.Tls12, } ) {