Hello,
I'm trying to connect to LDAP over SSL and getting the following error.
ERROR: 'Can't contact LDAP server' in binding to (ldapservername) on port 636
Here are the steps that I followed
- Convert .cer files to .PEM files using openssl.
- Created cert7 db using nss and imported certs into it.
- Created truststore and imported these certs.
- Copied truststore files to ih-home JRE security folders.
- Updated user_databases.xml with CAFile location.
- restarted TeamSite
I'm able to connect telnet. I wrote a simple JAVA and was able to query LDAP. ldapsearch is working when I use cert7db. Am I missing anything? Any pointers, please?
Thanks !!
Midhun