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.