SV-100869r1_rule
V-90219
SRG-APP-000142-AS-000014
VRAU-VA-000190
CAT II
10
At the command prompt, type the following command to determine the sfcb httpsPort:
grep httpsPort /opt/vmware/etc/sfcb/sfcb.cfg | cut -d ':' -f 2 | tr -d ' '
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf. Navigate to the '$HTTP["url"] =~ "^/cimom"' block.
Configure the lighttpd.conf file with the following block:
$HTTP["url"] =~ "^/cimom" {
proxy.server = ( "" =>
((
"host" => "127.0.0.1",
"port" => "<port>"
))
)
}
Note: Substitute <port> in lighttpd.conf with the httpsPort number found in sfcb.cfg.
At the command prompt, execute the following command to determine the sfcb HTTPS port:
grep httpsPort /opt/vmware/etc/sfcb/sfcb.cfg | cut -d ':' -f 2 | tr -d ' '
If the httpsPort configuration is missing or commented out, this is a finding.
At the command prompt, type the following command to determine the port that Lighttpd is using to communicate with sfcb:
grep cimom -A 7 /opt/vmware/etc/lighttpd/lighttpd.conf | grep port | cut -d '=' -f 2 | tr -d '>' | tr -d ' ' | tr -d '"'
If Lighttpd is not using the sfcb HTTPS port for communication with the vAMI, this is a finding.
V-90219
False
VRAU-VA-000190
At the command prompt, execute the following command to determine the sfcb HTTPS port:
grep httpsPort /opt/vmware/etc/sfcb/sfcb.cfg | cut -d ':' -f 2 | tr -d ' '
If the httpsPort configuration is missing or commented out, this is a finding.
At the command prompt, type the following command to determine the port that Lighttpd is using to communicate with sfcb:
grep cimom -A 7 /opt/vmware/etc/lighttpd/lighttpd.conf | grep port | cut -d '=' -f 2 | tr -d '>' | tr -d ' ' | tr -d '"'
If Lighttpd is not using the sfcb HTTPS port for communication with the vAMI, this is a finding.
M
3449