TLS 1.2 when using LDAP over SSL | Adobe Higher Education
Skip to main content
joe-joyner
Level 2
October 28, 2020
해결됨

TLS 1.2 when using LDAP over SSL

  • October 28, 2020
  • 2 답변들
  • 1478 조회

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

이 주제는 답변이 닫혔습니다.
최고의 답변: 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 답변

Umesh_Thakur
Community Advisor
Community Advisor
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

santhosh_kumark
Level 6
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