SV-256603r887595_rule
V-256603
SRG-APP-000179-DB-000114
VCPG-70-000013
CAT I
10
At the command prompt, run the following commands:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "ALTER SYSTEM SET ssl_ciphers TO '!aNULL:kECDH+AES:ECDH+AES:RSA+AES:@STRENGTH';"
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SELECT pg_reload_conf();"
At the command prompt, run the following command:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -A -t -c "SHOW ssl_ciphers;"
Expected result:
!aNULL:kECDH+AES:ECDH+AES:RSA+AES:@STRENGTH
If the output does not match the expected result, this is a finding.
V-256603
False
VCPG-70-000013
At the command prompt, run the following command:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -A -t -c "SHOW ssl_ciphers;"
Expected result:
!aNULL:kECDH+AES:ECDH+AES:RSA+AES:@STRENGTH
If the output does not match the expected result, this is a finding.
M
5521