You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: