SV-214308r505936_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.conf file:
SSLProtocol -ALL +TLSv1.2
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.conf file to determine if the "SSLProtocol" directive exists and looks like the following:
SSLProtocol -ALL +TLSv1.2 -SSLv2 -SSLv3
If the directive does not exist or exists but does not contain "ALL +TLSv1.2 -SSLv2 -SSLv3", 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.conf file to determine if the "SSLProtocol" directive exists and looks like the following:
SSLProtocol -ALL +TLSv1.2 -SSLv2 -SSLv3
If the directive does not exist or exists but does not contain "ALL +TLSv1.2 -SSLv2 -SSLv3", this is a finding.
M
3998