Does AEM 6.4 and above support TLS 1.2 when using LDAP over SSL for authentication?
Solved! Go to Solution.
Views
Replies
Total Likes
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".
Regards,
Santosh
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
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".
Regards,
Santosh
Views
Likes
Replies