SV-239207r717058_rule
V-239207
SRG-APP-000179-DB-000114
VCPG-67-000015
CAT I
10
At the command prompt, execute 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, execute the following command:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SHOW ssl_ciphers;"|sed -n 3p|sed -e 's/^[ ]*//'
Expected result:
!aNULL:kECDH+AES:ECDH+AES:RSA+AES:@STRENGTH
If the output does not match the expected result, this is a finding.
V-239207
False
VCPG-67-000015
At the command prompt, execute the following command:
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SHOW ssl_ciphers;"|sed -n 3p|sed -e 's/^[ ]*//'
Expected result:
!aNULL:kECDH+AES:ECDH+AES:RSA+AES:@STRENGTH
If the output does not match the expected result, this is a finding.
M
5324