Closed calvinkatz closed 1 year ago
It appears PowerShell doesn't fallback to TLS 1.2, or even with specifying version: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Adding registry key to disabled TLS 1.3 and restarting shell resolved the issue.
HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client\
DWORD: Enabled = 0
🐛 Bug Report
Attempting to connect to Cohesity cluster using PowerShell Core gives the following error: "Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'"
To Reproduce
Connect-CohesityCluster -Server "cluster.domain.com" -UseMFA
Expected behavior
Connection to cluster would establish.
Actual Behavior
Command immediately fails with the message:
Environment
Windows 11 with PowerShell Core
Cohesity Cluster info: