From 563fdffb67973e6a8465eb3f8584cef72edd2c49 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Sun, 25 Feb 2018 12:58:12 -0600 Subject: [PATCH] fixed build scripts that publish to github github no longer accepts tls1.0 connections, use tls1.2 --- Tools/github_functions.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/github_functions.ps1 b/Tools/github_functions.ps1 index 8f38fbda..6c3700b5 100644 --- a/Tools/github_functions.ps1 +++ b/Tools/github_functions.ps1 @@ -1,5 +1,6 @@ $githubUrl = 'https://api.github.com' - +# GitHub doesn't support the default powershell protocol (TLS 1.0) +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 function Publish-GitHubRelease { param (