Activity

  • hipo posted an update 11 years, 7 months ago

    howto check apache ssl version:

    run inside Apache bin/
    httpd -L |grep -i SSL

    Check to which libraries is httpd / apache2 binary linking
    ldd httpd

    strings $(which httpd)|grep -i SSL
    Get verbose information on certificate
    openssl s_client -connect web-site.com:443 -ssl3

PC Knowledge sharetank

Skip to toolbar