Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-395-appveyor-failures a7c381fba -> 500c42251 (forced update)
ARIA-395 Fix AppVeyor failures due to use of SSL Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/500c4225 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/500c4225 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/500c4225 Branch: refs/heads/ARIA-395-appveyor-failures Commit: 500c42251a495c6869dde2bd17183800bb8ddcb1 Parents: 737fff5 Author: Tal Liron <[email protected]> Authored: Mon Oct 23 12:08:59 2017 -0500 Committer: Tal Liron <[email protected]> Committed: Mon Oct 23 13:20:11 2017 -0500 ---------------------------------------------------------------------- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/500c4225/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index a03b180..2108b1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,8 @@ build: false install: - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% + - ps: [System.Net.ServicePointManager]::Expect100Continue = 'true' + - ps: [System.Net.ServicePointManager]::SecurityProtocol = 'tls12' - ps: (new-object System.Net.WebClient).Downloadfile('https://bootstrap.pypa.io/get-pip.py', 'C:\Users\appveyor\get-pip.py') - ps: Start-Process -FilePath "C:\Python27\python.exe" -ArgumentList "C:\Users\appveyor\get-pip.py" -Wait -Passthru
