We have a requirement to support LDAPS for all our directory login through JNDI
Have set the "javax.net.ssl.trustStore" to the trust store I need and have added certificates to a trusted java keystore.
The JNDI call is successful for the first time import of any certificates. But further updates to the keystore like updating or deleting it is not picked up by JNDI. We are trying to communicate with a microsoft AD server.
The code is running in a jetty webapp and restarting the webapp to pick up latest keystore data is out of question.
Is there any way in which the reload can be addressed?
Regards,
Binoy