Hi,

I want to disable TLSv1 and edit the following file: /etc/httpd/conf/extra/httpd-ssl.conf

I changed the following: SSLProtocol All -SSLv2 -SSLv3 -TLSv1

Restarted apache, but still TLSv1 is active. How can I disable TLSv1?