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

Support for DSC 3 (PowerShell 7) and Azure Automanage Machine Configuration? #173

Open
Jaykul opened this issue Jan 27, 2023 · 2 comments
Open

Comments

@Jaykul
Copy link

Jaykul commented Jan 27, 2023

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.

[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12 -bor [System.Net.SecurityProtocolType]::Tls11 -bor [System.Net.SecurityProtocolType]::Tls -bor [System.Net.SecurityProtocolType]::Ssl3

@pauby
Copy link
Member

pauby commented Jan 28, 2023

We have no plans at the moment to add that support.

@JelleBroekhuijsen
Copy link

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
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants