diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-26 15:02:45 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-26 15:02:45 +0300 |
commit | b35c9d69783680fe9e1bf6c88dd28afa7cb114b1 (patch) | |
tree | b26f1fb33e2d62136f674ce19732c3bc48513704 /src/AddIn/RhSolutionsAddIn.cs | |
parent | 6ac7b98e592f2e24bd135538582dd6053ee1eb64 (diff) |
Remove old tls settings
Diffstat (limited to 'src/AddIn/RhSolutionsAddIn.cs')
-rw-r--r-- | src/AddIn/RhSolutionsAddIn.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/AddIn/RhSolutionsAddIn.cs b/src/AddIn/RhSolutionsAddIn.cs index 0e51bec..a4c6019 100644 --- a/src/AddIn/RhSolutionsAddIn.cs +++ b/src/AddIn/RhSolutionsAddIn.cs @@ -21,9 +21,7 @@ namespace RhSolutions.AddIn EventsUtil.Initialize(); ServicePointManager.SecurityProtocol = - SecurityProtocolType.Tls12 | - SecurityProtocolType.Tls11 | - SecurityProtocolType.Tls; + SecurityProtocolType.Tls12; } public void AutoClose() |