Skip to content

Commit

Permalink
support more than TLS1 in ps1 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Mar 8, 2019
1 parent 7ceaaa6 commit 6cec800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/win-install.ps1
Expand Up @@ -6,6 +6,7 @@ $Version = '${project.version}'
$ClojureToolsUrl = "https://download.clojure.org/install/clojure-tools-$Version.zip"

Write-Host 'Downloading Clojure tools' -ForegroundColor Gray
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Ssl3,Tls,Tls11,Tls12'
Invoke-WebRequest -Uri $ClojureToolsUrl -OutFile clojure-tools.zip

Write-Warning 'Clojure will install as a module in your PowerShell module path.'
Expand Down

0 comments on commit 6cec800

Please sign in to comment.