hello
according to Poodlebleed bug, i need to disable SSLv3 in webserver.
i added
to httpd.conf and reload and restart lsws, but it serve ssl certs on version 3, yet.
how can i disable this version?
according to Poodlebleed bug, i need to disable SSLv3 in webserver.
i added
Code:
SSLCipherSuite ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
SSLProtocol All -SSLv2 -SSLv3
how can i disable this version?
Last edited by a moderator: