I am getting a serve ready for PCI compliance, and have one area with crypto from apache with the following report:
Weak ciphers offered by this service:
SSL3_RSA_RC4_128_MD5
SSL3_RSA_RC4_128_SHA
TLS1_RSA_RC4_128_MD5
TLS1_RSA_RC4_128_SHA
Apache /etc/httpd/httpd/conf.d/ssl.conf
contains:
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
SSLHonorCipherOrder On
Is there anything I am doing wrong? What ciphers should be used to pass the above warning?