We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28585a commit db18d09Copy full SHA for db18d09
DeployClient/API.cs
@@ -16,6 +16,8 @@ class API
16
17
private static HttpClient BuildClient()
18
{
19
+ ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
20
+
21
HttpClient client = new HttpClient()
22
23
BaseAddress = new Uri(new Uri(Program.Options.TargetUri), "DesktopModules/PolyDeploy/API/")
0 commit comments