This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Poodle - How to disable SSLv3

Hi,

to avoid Poodle, you can manually disable SSLv3 for WAF:


  • Open /var/chroot-reverseproxy/usr/apache/conf/httpd.conf with a text editor
  •  Edit the line 'SSLProtocol all -SSLv2':
         SSLProtocol all -SSLv2 -SSLv3

  •  Restart WAF: /var/mdw/scripts/reverseproxy restart


This is going to be fixed in 9.209.

Regards,
 Sabine


This thread was automatically locked due to age.