1. Home
  2. Security Hardening
  3. CIS Apache Tomcat 8 L1 V1.1.0 Middleware
  4. Force SSL when accessing the manager application

Force SSL when accessing the manager application

Details

Use the transport-guarantee attribute to ensure SSL protection when accessing the manager application.

Rationale:

By default when accessing the manager application, login information is sent over the wire in plain text. By setting the transport-guarantee within web.xml, SSL is enforced.

Note: This requires SSL to be configured.

Solution

Set to CONFIDENTIAL in $CATALINA_HOME/webapps/manager/WEB-INF/web.xml:



CONFIDENTIAL

Default Value:

By default this configuration is not present.

References:

https://www.owasp.org/index.php/Securing_tomcat

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 Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles