KBEC-00332 - How to disable SSLv3 on web server

Article ID:360033190391
1 minute readKnowledge base

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