SV-239769r679534_rule
V-239769
SRG-APP-000383-WSR-000175
VCFL-67-000028
CAT II
10
Navigate to and openĀ /usr/lib/vmware-vsphere-client/server/configuration/tomcat-server.xml in a text editor.
On the first <Connector>, with redirectPort="9443", configure the port as follows:
port="9090"
On the second <Connector>, with SSLEnabled="true", configure the port as follows:
port="9443"
At the command prompt, execute the following command:
# xmllint --format --xpath '/Server/Service/Connector/@port' /usr/lib/vmware-vsphere-client/server/configuration/tomcat-server.xml
Expected result:
port="9090" port="9443"
If the output does not match the expected result, this is a finding.
V-239769
False
VCFL-67-000028
At the command prompt, execute the following command:
# xmllint --format --xpath '/Server/Service/Connector/@port' /usr/lib/vmware-vsphere-client/server/configuration/tomcat-server.xml
Expected result:
port="9090" port="9443"
If the output does not match the expected result, this is a finding.
M
5336