Help with debugging SSL connection to a LDAP server
Hi Experts,
I need to debug connection to a LDAP server which use SSL certificates from a Solaris 10 box.
I tried this command:
/bin/ldapsearch -h aduat.888.com -p 636 -Z -P /u01/cfg/cacerts -s sub -b "uid=my_name,o=888,c=ca" "(objectclass=*)" -v
/u01/cfg/cacerts is a jks keystore which contains the LDAP server's SSL certificates.
and get this error message:
SSL initialization failed: error -8015 (unknown)
Any ideas?
Thanks in advance,
Alex