Skip to content

Commit b5c28c8

Browse files
authored
Merge pull request #187 from ThisTNTSquid/master
Fix the DownloadFile failing problem on TLS/SSL
2 parents 7651619 + 3e43563 commit b5c28c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
12
$ErrorActionPreference = "Stop"
23

34
function downloadDvm([string] $dvmDir) {

0 commit comments

Comments
 (0)