1. Home
  2. Security Hardening
  3. DISA STIG Apache Site 2.2 Windows V1R13
  4. WG342 W22 – Public web servers must use TLS if authentication is required.

WG342 W22 – Public web servers must use TLS if authentication is required.

Details

Transport Layer Security (TLS) is optional for a public web server. However, if authentication is being performed, then the use of the TLS protocol is required.

Without the use of TLS, the authentication data would be transmitted unencrypted and would become vulnerable to disclosure. Using TLS along with DoD PKI certificates for encryption of the authentication data protects the information from being accessed by all parties on the network. To further protect the authentication data, the web server must use a FIPS 140-2 approved TLS version and all non-FIPS-approved SSL versions must be disabled.

FIPS 140-2 approved TLS versions include TLS V1.0 or greater. NIST SP 800-52 specifies the preferred configurations for government systems.

Solution

Edit the httpd.conf file to load the ssl_module; set the SSLProtocol to ‘ALL -SSLv2 -SSLv3’ and set the SSLEngine to On.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles