whm/cpanel禁用sslv3
登陆WHM » Service Configuration » Apache Configuration » Include Editor » Pre Main Include
Code:
SSLProtocol All -SSLv2 -SSLv3
SSLCipherSuite EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+
SSLHonorCipherOrder on
This will work with Apache and also LiteSpeed, if you have this installed on your server.
测试http://foundeo.com/products/iis-weak-ssl-ciphers/test.cfm
或
Home » Service Configuration » Apache Configuration » Include Editor » Pre Main Include (pre_main_global.conf)
Enter:
SSLProtocol ALL -SSLv2 -SSLv3
Save and restart Apache to complete.