On Tue, May 26, 2015 at 5:29 PM, Andy Wang <aw...@ptc.com> wrote: > > >> --- >> >> # SSL Cipher Suite: >> # List the ciphers that the client is permitted to negotiate. >> # See the mod_ssl documentation for a complete list. >> SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4 >> SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4 > > > !aNULL isn't needed?
No since !aNULL:!eNULL:!EXP is forcibly added to the configured ciphersuite.