How to enable TLS 1.3 #60
Unanswered
dungthai85
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Are you using the Self Signed certificates that get automatically created? I believe I have it hardcoded for TLS1.2 as shown here: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like the container is capable of TLSv1.3. When I run the command
openssl s_client -connect 127.0.0.1:10636 -tls1_3
I do get back a self-signed certificate.
When I run this command I get the cipher suite and it says the container is running TLSv.12
I later update openldap to use TLSv1.3
and I retry the command
It seems like LDAP doesn't accept a higher protocol. Is the container capable of TLSv1.3? If so how can I enable it?
Beta Was this translation helpful? Give feedback.
All reactions