27 - Ensure SSLEnabled is set to True for Sensitive Connectors - SSLEngine

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.

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

Solution

"Set the SSLEngine attribute is set to on in the Listener node within server.xml. Also in server.xml, set the SSLEnabled attribute to true for each Connector that sends or receives sensitive information.
<Listener className=""org.apache.JETTY.core.AprLifecycleListener"" SSLEngine=""on"" />
By default SSLEnabled is set to false.

Item Details

Category: SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|SC-13

Plugin: Unix

Control ID: 55157e37fd6f9ad4eb3953ac1db2ba012f399cd5ea1daf0df205d80d16b0ed35