RC4 Cipher

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Disable Support for the RC4 Cipher

Add ":!RC4" to the list of supported cipher suites and configure "SSLCipherSuite" in your virtual host. Example:

<VirtualHost ...>

    ...
    SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA:!RC4
    ...

</VirtualHost>