Disabling the SSL v3 Protocol
We recently added a couple of new SSL certs for customers and found out that we need to change the SSLProtocol to:
which I found in the httpd-ssl.conf file but from what I found is this conf file isn't used in any of the configurations setting for apache. What is the proper procedure to change the SSLProtocol in the httpd.conf file thank you
SSLProtocol all -SSLv2 -SSLv3 which I found in the httpd-ssl.conf file but from what I found is this conf file isn't used in any of the configurations setting for apache. What is the proper procedure to change the SSLProtocol in the httpd.conf file thank you
-
I found the information I was looking for in a previous posting, covering the same issue, all is good now. 0
Please sign in to leave a comment.
Comments
1 comment