docs icon indicating copy to clipboard operation
docs copied to clipboard

Running powershell cmd requires TLS 1.2 (which is not enabled by default)

Open hansker8 opened this issue 4 years ago • 0 comments

Describe the issue When running the powershell command to install Dapr CLI, you get an error "iwr : The request was aborted: Could not create SSL/TLS secure channel."

URL of the docs https://v1-rc1.docs.dapr.io/getting-started/install-dapr-cli/

Expected content Need to run powershell, the run: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 followed by breaking up the powershell command

Screenshots See error message above in Describe the issue

Additional context

solution found here: https://stackoverflow.com/questions/41618766/powershell-invoke-webrequest-fails-with-ssl-tls-secure-channel

hansker8 avatar Sep 02 '21 21:09 hansker8