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

Server always downgrades TLS version from 1.1 to 1.0 when it handles ClientHello #971

Open
mass85 opened this issue Apr 4, 2022 · 0 comments · May be fixed by #972
Open

Server always downgrades TLS version from 1.1 to 1.0 when it handles ClientHello #971

mass85 opened this issue Apr 4, 2022 · 0 comments · May be fixed by #972

Comments

@mass85
Copy link

mass85 commented Apr 4, 2022

When TLS server receives ClientHello with version v1.1 (the default) it tries to determine which version it should use. Server does it incorrectly and always decides to use v1.0 although there is no reason to not use v1.1, in result security level is decreased.

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

Successfully merging a pull request may close this issue.

1 participant