i have to get rid of the ciphers TLS_RSA_WITH_3DES_EDE_CBC_SHA and TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA since they are considered as weak in general and reported as weak by several security scan tools etc.
For that i've configured WebSphere Liberty to use TLSv1.2 which works so far. But unfortunately these ciphers are still supported by TLSv1.2 although WebSphere Liberty uses the security level of "HIGH" by default and even nmap displays "strong" for these ciphers.
This is where my confusion starts. Why are these ciphers considered strong by nmap and WebSphere Liberty but reported as "weak" by different security scan tools? What's correct and what's the easiest way to get rid of these in WebSphere Liberty without specifying a list of allowed ciphers manually?