Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tem.Net.ServicePointManager.SecurityProtocol?view=net-6.0#remarks

In summary, we let the OS mandate what TLS version is used, this given control to the system administrators.
Fixes #170
  • Loading branch information
John Simons committed Mar 24, 2022
1 parent e1f19a3 commit 846b6d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/Octopus.Cli/CliProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ public class CliProgram
{
public int Execute(string[] args)
{
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls
| SecurityProtocolType.Tls11
| SecurityProtocolType.Tls12;

ConfigureLogger();
return Run(args);
}
Expand Down

0 comments on commit 846b6d7

Please sign in to comment.