How to check if LDAPS is really running on a server?
Monday, February 9th, 2009Sometimes this is necessary since the server “appears” to be running (netstat -an|grep 636 returns port in LISTEN state, but the daemon behind is not operative because (for instance) the certificate has not been installed. If this is the case, grab an openssl client and issue the following command: ...