Summary
How do I disable SSLv3 on the Apache web server?
Solution
Go to /apache/conf/ssl.conf and look for where SSLProtocol
is defined. If it exists, change it to the following. If not, add this line:
SSLProtocol All -SSLv2 -SSLv3 |
Applies to
- Product versions: 4.2.x, 5.x
- OS versions: All
0 Comments