Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choco.exe doesn't install automatically due to TLS 1.2 changes #16

Closed
ethanbergstrom opened this issue Feb 8, 2020 · 1 comment · Fixed by #15
Closed

Choco.exe doesn't install automatically due to TLS 1.2 changes #16

ethanbergstrom opened this issue Feb 8, 2020 · 1 comment · Fixed by #15
Labels

Comments

@ethanbergstrom
Copy link
Collaborator

ethanbergstrom commented Feb 8, 2020

Looks like @ferventcoder broke ChocolateyGet's ability to automatically install choco.exe by removing support for TLS 1.1 and below. The provider needs to tell PowerShell that its OK to use TLS 1.2.

Example of how to fix: ethanbergstrom/ChocolateyGet@93b0ec1

@ethanbergstrom ethanbergstrom mentioned this issue Feb 8, 2020
@ferventcoder
Copy link

👍 We didn't purposely break abilities here - we needed to move to more secure cryptos over the web and 2020 seemed like a great time to make that happen.

@ethanbergstrom ethanbergstrom linked a pull request Oct 6, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants