Information
The ssl Protocol setting determines which protocol Jetty will use to protect traffic. It is recommended that sslProtocol attribute be set to TLS.
The TLS protocol does not contain weaknesses that affect other secure transport protocols, such as SSLv1 or SSLv2. Therefore, TLS is leveraged to protect the confidentiality and integrity of data while in transit.
Solution
In server.xml, set the sslProtocol attribute to TLS for all Connectors having SSLEngine set to on.