mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-15 13:48:09 +00:00
set TLS to 1.2
This commit is contained in:
+1
-1
@@ -488,7 +488,7 @@ exit /b %IFCOS_SCRIPT_RET%
|
|||||||
pushd "%2"
|
pushd "%2"
|
||||||
if not exist "%~3". (
|
if not exist "%~3". (
|
||||||
call cecho.cmd 0 13 "Downloading %DEPENDENCY_NAME% into %~2."
|
call cecho.cmd 0 13 "Downloading %DEPENDENCY_NAME% into %~2."
|
||||||
powershell -Command "$webClient = new-object System.Net.WebClient; $webClient.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; $webClient.DownloadFile('%1', '%3')"
|
powershell -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; $webClient = new-object System.Net.WebClient; $webClient.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; $webClient.DownloadFile('%1', '%3')"
|
||||||
REM Old wget version in case someone has problem with PowerShell: wget --no-check-certificate %1
|
REM Old wget version in case someone has problem with PowerShell: wget --no-check-certificate %1
|
||||||
) else (
|
) else (
|
||||||
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already downloaded. Skipping."
|
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already downloaded. Skipping."
|
||||||
|
|||||||
Reference in New Issue
Block a user