Hi, I am running an embedded ApacheDS instance with SSL using the below code but am getting SSL handshake error, what am I missing? Pls advice.. thanks
ldapServer.setKeystoreFile("keystore.ks");
ldapServer.setCertificatePassword("secret");
ldapServer.loadKeyStore();
ldapServer.addExtendedOperationHandler(new StartTlsHandler());
ldap.setEnableSSL(true);
