I am trying to bring my site up to PCI compliance so I can use PayPal Website Payments Pro and the Mcafee scan said I have the following 2 issues right now.
1. Ssl Version 2 (v2) Protocol Detection
It appears I need to disable SSL V2 and enable SSL V3 and TLS 1.0.
I tried using the following command in my .htaccess on my main page and didn't see a problem but when I clicked on another section (ie. mysite.com/store) it gave me an error. mysite.com/store has it's own .htaccess file, do I need to put this command in each one?
# enable SSLv3 and TLSv1, but not SSLv2
SSLProtocol all -SSLv2
2. OpenSSL Multiple Vulnerabilities <= 0.9.8k
Not sure how to fix this or upgrade OpenSSL