LDAPS certificate location
Hello,
my program does ldap serch. Without LDAPS everything works great, but as soon as i am trying to use LDAPS IBM virtual machine keeps saying that certificate is not trusted (meaning that it can't fidn trust store) and Sun comlaines about invalid signamure. I can do my custom factory, but i am loosing benefits on connection pool.
To set location of trust file i use system properties
System.setProperty("javax.net.ssl.trustStore","C:\\clientkeys");
System.setProperty("javax.net.ssl.trustStoreType","JKS");
System.setProperty("javax.net.ssl.trustStorePassword","changeit");
What is aproper was to set trust store location?
Thanks
Yev

