TLS 1.2 when using LDAP over SSL | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by santhosh_kumark

Hi @joe-joyner ,

 

As @umesh_thakur said, it will work. Jdk 8 will use TLS 1.2 by default.

To connect to the LDAP port (389), and then enable TLS using
the LDAP StartTLS extended operation (which negotiates SSLv3 or TLS protocols). It is generally known as "Use TLS".

https://stackoverflow.com/questions/35044551/what-are-the-implications-of-checking-one-or-both-usessl-and-usetls-boxes-for-ld

 

Regards,

Santosh

2 replies

santhosh_kumark
santhosh_kumarkAccepted solution
New Participant
October 29, 2020

Hi @joe-joyner ,

 

As @umesh_thakur said, it will work. Jdk 8 will use TLS 1.2 by default.

To connect to the LDAP port (389), and then enable TLS using
the LDAP StartTLS extended operation (which negotiates SSLv3 or TLS protocols). It is generally known as "Use TLS".

https://stackoverflow.com/questions/35044551/what-are-the-implications-of-checking-one-or-both-usessl-and-usetls-boxes-for-ld

 

Regards,

Santosh

Umesh_Thakur
New Participant
October 29, 2020

Hi @joe-joyner ,

As far as I know about the TLS, it will work till JVM supports it.

So based on the above logic it should also work in AEM if you properly configure it.

Hope this will help.

Umesh Thakur