-
hipo posted an update 11 years, 7 months ago
howto check apache ssl version:
run inside Apache bin/
httpd -L |grep -i SSLCheck to which libraries is httpd / apache2 binary linking
ldd httpdstrings $(which httpd)|grep -i SSL
Get verbose information on certificate
openssl s_client -connect web-site.com:443 -ssl3