I'm trying to connect to the ldap server
over SSL
.
I'm using spring ldap template and having a custom SSL Socket
factory.
My requirement is to do validate certificate using the thumbprint (not using the java keystore)
I will have the thumbprint information in my DB and that needs to be validated with the server's certificate thumbprint.