[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: TLS resource unavailable
after reading up on some other doc of doing this some other way...
i come up with this error after starting the slapd..
openssl s_client -connect needlefish:636 -showcerts -state -CAfile /etc/depot/openldap/certs/cacert.pem
connect: Connection refused
connect:errno=146
now..does that mean that my openssl is not working and i should go consult with the openssl lists? or is my slapd not configured correctly?
i did a ldd on the openssl to see if its linked correctly and it looks like it is
dd /usr/sw/bin/openssl
libssl.so.0.9.7 => /usr/sw/lib/libssl.so.0.9.7
libcrypto.so.0.9.7 => /usr/sw/lib/libcrypto.so.0.9.7
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libz.so.1 => /usr/lib/libz.so.1
libc.so.1 => /usr/lib/libc.so.1
libmp.so.2 => /usr/lib/libmp.so.2
/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
and the slapd log dont show anything..so it looks like the requests is just not reaching the ldap server..is that correct?