Hi Users and Tomcat team, Port 8443 on my product is configured for Tomcat and accepts inbound traffic from 3rd parties. In the TLS handshake, Tomcat chooses TLS_RSA_WITH_AES_256_CBC_SHA over some of the more secure cipher options offered by the 3rd party. The 3rd party offers a list of 66 cipher suites that include many ECDHE and DHE variants. Tomcat configured on my product preferred cipher suite is AES256-SHA. Can The tomcat be configured for ECDHE and DHE suites must be available and preferred?
-Thanks Utkarsh