Skip to content

Be able to configure SSL client protocols and ciphers #2905

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

xavier-b
Copy link

This pull request adds the ability to specify SSL client protocols and ciphers if you don't want to use default values.

Indeed, the switch to java 17 allows only TLSv1.2 and TLSv1.3 by default.
I may have old backends that don't support TLSv1.2 or TLSv1.3.
Conversely, I might want to make sure, for security reasons, that I only communicate in TLSv1.3 (and exclude TLSv1.2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants