diff --git a/HeliosDisplayManagement/Program.cs b/HeliosDisplayManagement/Program.cs index 3903511..f690d8b 100644 --- a/HeliosDisplayManagement/Program.cs +++ b/HeliosDisplayManagement/Program.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; +using System.Net; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; @@ -81,6 +82,7 @@ namespace HeliosDisplayManagement { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); + ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; try { if (!IPCService.StartService())