Skip to content

Docker client request for TLSv1.3 support #2332

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

Closed
ovidiugugila opened this issue May 29, 2024 · 1 comment · Fixed by #2337
Closed

Docker client request for TLSv1.3 support #2332

ovidiugugila opened this issue May 29, 2024 · 1 comment · Fixed by #2337

Comments

@ovidiugugila
Copy link

Hello,

In order to be aligned with the latest security policies I need to be able to configure ssl context and socket protocol with TLSv1.3.

After a deep investigation I found that in the latest version (docker-java-core:3.3.6) the LocalDirectorySSLConfig.java:69 class has hardcoded ssl context version to TLSv1.2. Ideally this value should be a parameter in a configuration or a class parameter that can be set.

LocalDirectorySSLConfig

@ovidiugugila
Copy link
Author

any updates on this topic?

tkrah added a commit to tkrah/docker-java that referenced this issue Jun 12, 2024
tkrah added a commit to tkrah/docker-java that referenced this issue Jul 11, 2024
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