SV-256442r958408_rule
V-256442
SRG-OS-000033-VMM-000140
ESXI-70-000090
CAT II
10
From an ESXi shell, run the following command:
# esxcli system security fips140 rhttpproxy set -e true
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$arguments = $esxcli.system.security.fips140.rhttpproxy.set.CreateArgs()
$arguments.enable = $true
$esxcli.system.security.fips140.rhttpproxy.set.Invoke($arguments)
From an ESXi shell, run the following command:
# esxcli system security fips140 rhttpproxy get
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$esxcli.system.security.fips140.rhttpproxy.get.invoke()
Expected result:
Enabled: true
If the output does not match the expected result, this is a finding.
V-256442
False
ESXI-70-000090
From an ESXi shell, run the following command:
# esxcli system security fips140 rhttpproxy get
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
$esxcli = Get-EsxCli -v2
$esxcli.system.security.fips140.rhttpproxy.get.invoke()
Expected result:
Enabled: true
If the output does not match the expected result, this is a finding.
M
5518