Installation on new Win10 Install fails with TLS/SSL Error #5319
Unanswered
rbharathkumar
asked this question in
Help and Questions
Replies: 1 comment 14 replies
-
The installer handles this automatically, see https://github.com/ScoopInstaller/Install/blob/master/install.ps1#L157-L173 |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All, hope you are all doing well.
I have used and enjoyed scoop very much and continue to do so.
But every time I install scoop on a new Win10 install, it fails with the TLS/SSL Error.
I see several similar issues dating back to the Win 8.1 days...
Have set the execution policy, latest PowerShell and PowerShell 5.1, latest and LTS dotnet runtimes, Git etc but to no avail....
I see the solution mentioned commonly as
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Just wanted to understand if other are facing the same issue...Cause of the issue, if it is widespread would it be possible to mention the
solution
in the advanced install instructions so that we can be sure about the command's safety instead of copy pasting some code from the comments.Thanks for all the great work...
Cheers....
Beta Was this translation helpful? Give feedback.
All reactions