SV-239682r679152_rule
V-239682
SRG-APP-000001-WSR-000001
VCUI-67-000001
CAT II
10
Navigate to and open /usr/lib/vmware-vsphere-ui/server/conf/server.xml.
Configure the http <Connector> node with the value:
'connectionTimeout="20000"'
Example:
<Connector .. connectionTimeout="20000" ..>
At the command prompt, execute the following command:
# xmllint --format /usr/lib/vmware-vsphere-ui/server/conf/server.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '/Server/Service/Connector[@port="${http.port}"]/@connectionTimeout' -
Expected result:
connectionTimeout="20000"
If the output does not match the expected result, this is a finding.
V-239682
False
VCUI-67-000001
At the command prompt, execute the following command:
# xmllint --format /usr/lib/vmware-vsphere-ui/server/conf/server.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '/Server/Service/Connector[@port="${http.port}"]/@connectionTimeout' -
Expected result:
connectionTimeout="20000"
If the output does not match the expected result, this is a finding.
M
5334