Remediation Steps
Follow the steps below to remediate this finding on Apache webserver.
In your Apache SSL configuration (e.g., ssl.conf or VirtualHost), set:
SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:!aNULL:!NULL:!EXPORT:!DES:!RC4:!MD5 SSLHonorCipherOrder onReload Apache:
sudo systemctl reload apache2