Skip to content

Commit

Permalink
Merge pull request #171 from OctopusDeploy/john/tls
Browse files Browse the repository at this point in the history
  • Loading branch information
John Simons authored Mar 29, 2022
2 parents e1f19a3 + 846b6d7 commit bdaf2d1
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 bdaf2d1

Please sign in to comment.