Skip to content

Commit

Permalink
Fix the DownloadFile failing problem on TLS/SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisTNTSquid authored Apr 7, 2018
1 parent 7651619 commit 3e43563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$ErrorActionPreference = "Stop"

function downloadDvm([string] $dvmDir) {
Expand Down

0 comments on commit 3e43563

Please sign in to comment.