Problem configuring clients for SSL access
807573Apr 23 2009 — edited Apr 30 2009I'm trying to configure a Solaris 10 client to use ssl ...
I have copied the cert db files from the alias directory of my instance to the /var/ldap directory of the client to ensure the certificates are correct, but when performing an ldapclient init I still have the following error in the access log:
[23/Apr/2009:11:11:38 +0200] conn=631 op=-1 msgId=-1 - fd=45 slot=45 LDAPS connection from 10.6.103.226:39168 to 10.6.103.229
[23/Apr/2009:11:12:08 +0200] conn=631 op=0 msgId=-1 - closing from 10.6.103.226:39168 - B4 - Server failed to flush BER data back to client -
[23/Apr/2009:11:12:08 +0200] conn=631 op=-1 msgId=-1 - closed.
Anyone got an idea ?
Additional info ...
I am able to perform an ldapsearch from the client towards the ldap, by specifying the database (-P option):
-bash-3.00$ ldapsearch -h server.company.com -D "cn=directory manager" -p 1636 -P /var/ldap/cert8.db -b "dc=company,dc=com" "uid=testuser*" returns 1 entry
However I can't init the client ...
LDAP ERROR (85): Error occurred during receiving results. Timed out.
Failed to find defaultSearchBase for domain company.com
Edited by: vidc on Apr 23, 2009 6:58 AM