SV-214308r1192935_rule
V-214308
SRG-APP-000014-WSR-000006
AS24-W1-000030
CAT II
10
Ensure the "ssl_module" is loaded in the "httpd.conf" file (not commented out).
Ensure the "SSLProtocol" is added and looks like the following in the <'INSTALL PATH'>\conf\httpd-ssl.conf file:
SSLProtocol -SSLv2 -SSLv3 -TLSv1 +TLSv1.2 +TLSv1.3
Restart the Apache service.
In a command line, navigate to "<'INSTALLED PATH'>\bin". Run "httpd -M" to view a list of installed modules.
If the "ssl_module" is not enabled, this is a finding.
Review the <'INSTALL PATH'>\conf\httpd-ssl.conf file to determine if the "SSLProtocol" directive exists and looks like the following:
SSLProtocol -SSLv2 -SSLv3 -TLSv1 +TLSv1.2 +TLSv1.3
If the directive does not exist, or exists but does not contain "-SSLv2 -SSLv3 -TLSv1 +TLSv1.2 +TLSv1.3", this is a finding.
V-214308
False
AS24-W1-000030
In a command line, navigate to "<'INSTALLED PATH'>\bin". Run "httpd -M" to view a list of installed modules.
If the "ssl_module" is not enabled, this is a finding.
Review the <'INSTALL PATH'>\conf\httpd-ssl.conf file to determine if the "SSLProtocol" directive exists and looks like the following:
SSLProtocol -SSLv2 -SSLv3 -TLSv1 +TLSv1.2 +TLSv1.3
If the directive does not exist, or exists but does not contain "-SSLv2 -SSLv3 -TLSv1 +TLSv1.2 +TLSv1.3", this is a finding.
M
3998