1、故障现象:
1)在一台 Windows Server 2012 R2 中,执行 Install-Module 时,出现以下错误信息:
2)在 Windows Event Viewer 中,出现 ID=36874 的 System Log:
A TLS 1.2 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The TLS request has failed.
2、故障处理:
1)确认当前 PowerShell 的版本:
host | Select-Object Version
如果版本低于等于 5.1.14xx,则升级 PowerShell。
2&#x