6.2 Ensure SSLEnabled is set to True for Sensitive Connectors - verify SSLEnabled is set to true

Information

The SSLEnabled setting determines if SSL is enabled for a specific Connector. It is recommended that SSL be utilized for any Connector that sends or receives sensitive information, such as authentication credentials or personal information.

Rationale:

The SSLEnabled setting ensures SSL is active, which will in-turn ensure the confidentiality and integrity of sensitive information while in transit.

Solution

In server.xml, set the SSLEnabled attribute to true for each Connector that sends or receives sensitive information:

<Connector
...
SSLEnabled='true'
...
/>

Default Value:

SSLEnabled is set to false.

References:

https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html

https://tomcat.apache.org/tomcat-8.0-doc/config/http.html

https://tomcat.apache.org/tomcat-8.5-doc/security-howto.html

See Also

https://workbench.cisecurity.org/files/2506

Item Details

Category: SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|SC-13, CSCv6|6.2

Plugin: Unix

Control ID: bba9591707e97b6c5ab961d4424bea11b62343d35b46f6de7e97fadd29d0cfdb