apache: Disable SSLv3
This commit is contained in:
parent
521f6c633a
commit
0fbddae702
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ SSLEngine on
|
|||
|
||||
# SSL Protocol support:
|
||||
# List the enable protocol levels with which clients will be able to
|
||||
# connect. Disable SSLv2 access by default:
|
||||
SSLProtocol all -SSLv2
|
||||
# connect. Disable SSLv2 and SSLv3 access by default:
|
||||
SSLProtocol all -SSLv2 -SSLv3
|
||||
|
||||
# SSL Cipher Suite:
|
||||
# List the ciphers that the client is permitted to negotiate.
|
||||
|
|
Loading…
Add table
Reference in a new issue