We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a28585a + db18d09 commit f590517Copy full SHA for f590517
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