SV-87295r1_rule
V-72663
SRG-APP-000179-DB-000114
VROM-CS-002055
CAT I
10
Configure the Cassandra Server to use NIST FIPS 140-2 validated cryptographic modules for cryptographic operations.
To enable the FIPS mode of operation, complete the following steps:
Replace the mod_ssl.so with the following command:
cd /usr/lib64/apache2-prefork/
cp mod_ssl.so mod_ssl.so.old
cp mod_ssl.so.FIPSON.openssl1.0.2 mod_ssl.so
Modify your Apache2 configuration by editing the /etc/apache2/ssl-global.conf file.
Search for the <IfModule mod_ssl.c> line and add the SSLFIPS on directive below it.
Reset the Apache configuration with the service apache2 restart command.
Review the Cassandra Server configuration to ensure NIST FIPS 140-2 validated cryptographic modules are used for cryptographic operations.
Review the Apache2 configuration by opening the /etc/apache2/ssl-global.conf file.
Search for the <IfModule mod_ssl.c> line and ensure the SSLFIPS directive is below it. If the SSLFIPS directive is not under the <IfModule mod_ssl.c> line, this is a finding.
V-72663
False
VROM-CS-002055
Review the Cassandra Server configuration to ensure NIST FIPS 140-2 validated cryptographic modules are used for cryptographic operations.
Review the Apache2 configuration by opening the /etc/apache2/ssl-global.conf file.
Search for the <IfModule mod_ssl.c> line and ensure the SSLFIPS directive is below it. If the SSLFIPS directive is not under the <IfModule mod_ssl.c> line, this is a finding.
M
3179