Skip to content

Commit 7ebddf8

Browse files
authored
Merge pull request #205910 from w-azure/winona-tls
Added 1 line to 2 PowerShell code blocks
2 parents a976ebf + 25e8b67 commit 7ebddf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/iot-edge-install-linux-on-windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Install IoT Edge for Linux on Windows on your target device.
166166
```powershell
167167
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
168168
$ProgressPreference = 'SilentlyContinue'
169+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
169170
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI-CR-X64" -OutFile $msiPath
170171
```
171172

0 commit comments

Comments
 (0)