[Resolved] Poodlebleed

Status
Not open for further replies.
#1
hello
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
to httpd.conf and reload and restart lsws, but it serve ssl certs on version 3, yet.
how can i disable this version?
 
Last edited by a moderator:
Status
Not open for further replies.
Top