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 #6624 - Non-domain SNI on java17 #6640

Merged
merged 1 commit into from
Aug 19, 2021

Commits on Aug 18, 2021

  1. Fixes #6624 - Non-domain SNI on java17

    Java 17 only allows letter|digit|hyphen characters for SNI names.
    
    While we could bypass this restriction on the client, when the SNI bytes arrive to the server they will be verified and if not allowed the TLS handshake will fail.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    (cherry picked from commit 693663a)
    sbordet committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    42f768c View commit details
    Browse the repository at this point in the history