Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Bug: failure during install process #26

Open
aaronsteers opened this issue Feb 21, 2020 · 3 comments
Open

Bug: failure during install process #26

aaronsteers opened this issue Feb 21, 2020 · 3 comments

Comments

@aaronsteers
Copy link
Contributor

No description provided.

@aaronsteers aaronsteers changed the title Bug: User reports failure during install process Bug: failure during install process Feb 21, 2020
@aaronsteers
Copy link
Contributor Author

On researching, I found the Chocolatey.org has updated their install command to reflect an additional security config setting. #25 should (hopefully) resolve this, updating the install command with the latest from Chocolatey and adding a "Troubleshooting" section in the document with other common fixes.

@aaronsteers
Copy link
Contributor Author

For reference, here's the additional snippet added to the installs:

[System.Net.ServicePointManager]::SecurityProtocol = 3072;

And here's a ref from December that appears to be related: https://github.com/chocolatey/chocolatey.org/issues/767

Appears after quick review that the issue may be caused by different/newer versions of PowerShell and/or .Net framework.

@aaronsteers
Copy link
Contributor Author

Fix has been merged. Will keep this open for a short bit in case there are any follow-up actions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant