Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Apache webserver.

  1. In the Apache SSL configuration:

    SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
  2. Reload Apache:

    sudo systemctl reload apache2