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

release-22.2: security: add option to re-enable old cipher suites #95705

Merged
merged 1 commit into from
Jan 24, 2023

Commits on Jan 11, 2023

  1. security: add option to re-enable old cipher suites

    In #82362 we updated the
    list of cipher suites to match the "recommended" cipher suites defined
    in RFC 8447. As noted in that PR, very old clients may fail to connect.
    
    For systems using those very old clients, this PR adds a environment
    variable that can be used to re-enable the "old" cipher suites removed
    in that PR.
    
    Release note (security update): adds option to re-enable "old" cipher
    suites for use with very old clients.
    
    Fixes: https://github.com/cockroachlabs/support/issues/1989
    catj-cockroach committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1651761 View commit details
    Browse the repository at this point in the history