[v14.x backport] Forces Powershell to use tls1.2 by bzoz · Pull Request #34461 · nodejs/node

@bzoz

Powershell defaults to tls 1.0 - This forces powershell to use tls 1.2
Tls 1.2 is supported in all current microsoft operating systems and
needed to download chocolatey.

Fixes: nodejs#33140
PR-URL: nodejs#33609
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>

@nodejs-github-bot added install

Issues and PRs related to the installers.

tools

Issues and PRs related to the tools directory.

v14.x windows

Issues and PRs related to the Windows platform.

labels

Jul 21, 2020

This was referenced

Jul 22, 2020

BethGriggs

This was referenced

Aug 5, 2020

This was referenced

Aug 9, 2020

This was referenced

Aug 11, 2020

MylesBorins pushed a commit that referenced this pull request

Aug 17, 2020
Powershell defaults to tls 1.0 - This forces powershell to use tls 1.2
Tls 1.2 is supported in all current microsoft operating systems and
needed to download chocolatey.

Fixes: #33140
Backport-PR-URL: #34461
PR-URL: #33609
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>