Closed shijinupc closed 6 years ago
Error: Unable to connect to github.com
... elm_url = ((Invoke-WebRequest https://github.com/kubernetes/helm -Use ...
due to Windows Powershell default of TLS 1.0. Github now requires TLS 1.2.
Workaround:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
This will enable TLS 1.2 for the Powershell session. Note:
This is only active for the current terminal session.Set-ExecutionPolicy Unrestricted; iex(New-Object Net.WebClient).DownloadString('http://ibm.biz/idt-win-installer')
Fix: PR created to merge the workaround into the helm section. https://github.com/IBM-Cloud/ibm-cloud-developer-tools/pull/38
We have a new helm install problem in #54, but I assume this one is resolved. Please reopen if I am incorrect.
Summary Fail to install helm
Steps to reproduce
Operating System Specify: Windows
Supporting details
Development "done" checklist