SV-222929r615938_rule
V-222929
SRG-APP-000015-AS-000010
TCAT-AS-000040
CAT II
10
As a privileged user on the Tomcat server, edit the $CATALINA_BASE/conf/server.xml and modify the <Connector/> element.
Add the "SSLEnabledProtocols=" flag to the connector or modify the existing flag.
Set SSLEnabledProtocols="TLSv1.2". Save the server.xml file and restart Tomcat:
sudo systemctl restart tomcat
sudo systemctl reload-daemon
From the Tomcat server console, run the following command:
sudo cat $CATALINA_BASE/conf/server.xml.
Examine each <Connector/> element.
For every HTTP protocol connector:
Verify the SSLEnabledProtocols="TLSv1.2" flag is set on each connector.
If the SSLEnabledProtocols setting is not set to TLSv1.2 or greater, this is a finding.
V-222929
False
TCAT-AS-000040
From the Tomcat server console, run the following command:
sudo cat $CATALINA_BASE/conf/server.xml.
Examine each <Connector/> element.
For every HTTP protocol connector:
Verify the SSLEnabledProtocols="TLSv1.2" flag is set on each connector.
If the SSLEnabledProtocols setting is not set to TLSv1.2 or greater, this is a finding.
M
4094