Skip to content

Commit

Permalink
fix Windows CI node startup script (digital-asset#4371)
Browse files Browse the repository at this point in the history
This is an attempt to apply a potential fix discovered as part of the
investigation in digital-asset#4370. The issue seems to be that Chocolatey is using a
protocol deemed not secure enough and disabled in recent Windows images
(our node creation script dynamically selects the lmatest "Windows 2016"
server image from GCP).

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Feb 4, 2020
1 parent 5a1a230 commit 5606ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/vsts_agent_windows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Invoke-WebRequest https://dl.google.com/cloudagents/windows/StackdriverLogging-v
.\StackdriverLogging-v1-9.exe /S /D="C:\Stackdriver\Logging\"
# Install chocolatey
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex (New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')
# Install git, bash
Expand Down

0 comments on commit 5606ab3

Please sign in to comment.