Skip to content

Commit

Permalink
Merge pull request #187 from ThisTNTSquid/master
Browse files Browse the repository at this point in the history
Fix the DownloadFile failing problem on TLS/SSL
  • Loading branch information
carolynvs committed Apr 21, 2018
2 parents 7651619 + 3e43563 commit b5c28c8
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 b5c28c8

Please sign in to comment.