This is my current setting for SSLCipherSuite:
SSLCipherSuite ECHD:!aNULL:!NULL:!eNULL:!MEDIUM:!LOW:!MD5:!RC4
It says in the Apache manual under SSLCipherSuite that MEDIUM is "all ciphers with 128 bit encryption." However, when I have set !MEDIUM (as shown above) it does not remove the 128bit ciphers as they are still listed in the test results. I have tried various settings but cannot seem to remove the 128 bit ciphers.I also tried -MEDIUM but that did not work either.
Thanks in advance for any help you can give,
Tea