1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 Virgo Client V1R1
  4. VCFL-67-000028 – vSphere Client must be configured with the appropriate ports.

VCFL-67-000028 – vSphere Client must be configured with the appropriate ports.

Details

Web servers provide numerous processes, features, and functionalities that use TCP/IP ports. Some of these processes may be deemed unnecessary or too unsecure to run on a production system. vSphere Client comes configured with two connectors. One is behind the reverse proxy and listening on 9090, and the other is serving SSL natively on 9443. The ports that vSphere Client listens on must be verified as accurate to their shipping state.

Solution

Navigate to and open /usr/lib/vmware-vsphere-client/server/configuration/tomcat-server.xml in a text editor.

On the first , with redirectPort=’9443′, configure the port as follows:

port=’9090′

On the second , with SSLEnabled=’true’, configure the port as follows:

port=’9443′

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles