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

Fixes #6099 - Cipher preference may break SNI if certificates have di… #6246

Merged
merged 1 commit into from
May 10, 2021

Commits on May 10, 2021

  1. Fixes #6099 - Cipher preference may break SNI if certificates have di…

    …fferent key types.
    
    Updated the logic in SslContextFactory.Server.sniSelect(...) to check if there is
    any certificate that matches, and if so return a null alias in the hope to be called
    again and pick the right alias for the SNI.
    
    Signed-off-by: Simone Bordet <[email protected]>
    (cherry picked from commit 6829691)
    sbordet committed May 10, 2021
    Configuration menu
    Copy the full SHA
    99af5ac View commit details
    Browse the repository at this point in the history