summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cc9f81a0..da65a738 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,6 +27,7 @@ install:
- cinst svn
- cinst 7zip.commandline
- cd %APPVEYOR_BUILD_FOLDER%\..
+ - ps: [Net.ServicePointManager]::SecurityProtocol = 'Tls12'
- ps: Start-FileDownload 'https://www.openssl.org/source/openssl-1.0.2d.tar.gz'
- 7za x openssl-1.0.2d.tar.gz
- cd openssl-1.0.2d