-
Notifications
You must be signed in to change notification settings - Fork 100
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
Support for DSC 3 (PowerShell 7) and Azure Automanage Machine Configuration? #173
Comments
We have no plans at the moment to add that support. |
I would also very much like to see this supported! |
coderjoe
pushed a commit
to coderjoe/cChoco
that referenced
this issue
Feb 8, 2024
Powershell 6 deprecates and removes SSLv3 from the list of supported SecurityProtocolTypes. This resultes in the resource throwing an error on versions 6 or higher. Resolve the issue by only requesting Ssl3 on versions lower than 6 where it is still supported. Fixes: chocolatey#182 Relates to: chocolatey#173
10 tasks
coderjoe
pushed a commit
to coderjoe/cChoco
that referenced
this issue
Feb 23, 2024
Powershell 6 deprecates and removes SSLv3 from the list of supported SecurityProtocolTypes. This resultes in the resource throwing an error on versions 6 or higher. Resolve the issue by only requesting Ssl3 on versions lower than 6 where it is still supported. Fixes: chocolatey#182 Relates to: chocolatey#173
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any chance this is going to get updated to work in PS7?
Specifically (as a starting point), when I tried to apply a custom configuration using cChoco, the cChocoInstaller blew up because that SSL3 protocol is not supported.
cChoco/DSCResources/cChocoInstaller/cChocoInstaller.psm1
Line 156 in 59d8a4f
The text was updated successfully, but these errors were encountered: