mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Security Protocol Changes
- Removed TLS13 from the list of accepted security protocols, as not all OS support TLS13.
This commit is contained in:
parent
a73b9978cf
commit
6fd9d9c555
7 changed files with 55 additions and 7 deletions
|
|
@ -32,7 +32,7 @@ namespace ServerManagerTool.Updater
|
|||
{
|
||||
Console.Title = "Server Manager Updater";
|
||||
|
||||
ServicePointManager.SecurityProtocol = SecurityUtils.GetSecurityProtocol(0xC00 + 0x3000); // TLS12, TLS13
|
||||
ServicePointManager.SecurityProtocol = SecurityUtils.GetSecurityProtocol(0xC00); // TLS12
|
||||
|
||||
var updaterArgs = args;
|
||||
ApplicationArgs = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue