We are operating a few web servers that have WHM/cPanel installed so we can easily mange our sites and projects. To ensure our information and users information is secured, we have been running some security tests. All our servers currently supporting anonymous cypher suites; specifically:
TLS_ECDH_anon_WITH_RC4_128_SHA (0xc016)
TLS_ECDH_anon_WITH_AES_128_CBC_SHA (0xc018)
TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA (0xc017)
and
TLS_ECDH_anon_WITH_AES_256_CBC_SHA (0xc019)
What is the best way to disable these without messing up our websites?