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

cChocoInstaller - Use SSLv3 only for powershell 5 or lower versions #183

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Commits on Feb 23, 2024

  1. cChocoInstaller Use SSLv3 only for Powershell 5 or lower

    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
    Joseph Bauser committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    98da582 View commit details
    Browse the repository at this point in the history