I have configured OpenDs as ldap sever with SSL support using a selfsigned certificate through Java key store and I exported the public certificate from the keystore and installed it on the client machine , when I tried to test my ldap setup using ldp.exe through port 636 and ssl checkbox checked ldp.exe displays server down <0x51> error.
The error is similar to the one in the following website(http://www.cisco.com/c/en/us/support/docs/security/firesight-management-center/118761-technote-firesight-00.html)and I tried the same as mentioned in their website. even after that I'm getting the same message.
according to few internet sources this error is due to untrusted certificate , but my self signed certificate is already there in the trusted store of client machine. please some one help me to resolve this issue.