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