removing support for sslv3 in ssl-taskotron
This commit is contained in:
parent
34c72bf8b4
commit
90c85a9750
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ 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
|
||||
SSLProtocol -All +TLSv1 +TLSv1.1 +TLSv1.2
|
||||
|
||||
# SSL Cipher Suite:
|
||||
# List the ciphers that the client is permitted to negotiate.
|
||||
|
|
|
@ -92,7 +92,7 @@ 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
|
||||
SSLProtocol -All +TLSv1 +TLSv1.1 +TLSv1.2
|
||||
|
||||
# SSL Cipher Suite:
|
||||
# List the ciphers that the client is permitted to negotiate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue