SSL connection to ldap using certitificates and custom ssl socket factory
问题 This is my scenario , i want to connect to ldap usign jndi , i am using custom SSLSOcketfactory which reads the truststore and keystore . The context is created successful but when i try to authenticate using the same credentials it throws an error telling that the authentication method is not supported. here is my code of the custom ssl socket - try { StringBuffer trustStore = new StringBuffer("c:/Temp/certs/TrustStore"); StringBuffer keyStore = new StringBuffer("c:/Temp/certs/keystore.arun"