so i created local certs for ldap using:

/usr/depot/openssl/current/ssl/misc/CA.sh -newca

openssl req -newkey rsa:1024 -nodes -keyout newreq.pem -out newreq.pem

/usr/depot/openssl/current/ssl/misc/CA.sh -sign




and then i tried to start the ldap and verify the certs using


openssl s_client -connect needlefish.internal.outerbay.com:636 -showcerts -state 
-CAfile /etc/depot/openldap/certs/cacert.pem

and i got 

connect: Connection refused
connect:errno=146



am i missing somehting here???


thanx for the help
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to