Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

TLS 1.2 when using LDAP over SSL

Avatar

Level 2

Does AEM 6.4 and above support TLS 1.2 when using LDAP over SSL for authentication?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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-usess...

 

Regards,

Santosh

View solution in original post

2 Replies

Avatar

Community Advisor

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

Avatar

Correct answer by
Community Advisor

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-usess...

 

Regards,

Santosh