Improved ciphers from apache::sslsite to prevent BEAST attacks.
This commit is contained in:
parent
92b54f9a92
commit
5901b6d25c
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ SSLProtocol all -SSLv2
|
||||||
# SSL Cipher Suite:
|
# SSL Cipher Suite:
|
||||||
# List the ciphers that the client is permitted to negotiate.
|
# List the ciphers that the client is permitted to negotiate.
|
||||||
# See the mod_ssl documentation for a complete list.
|
# See the mod_ssl documentation for a complete list.
|
||||||
|
SSLHonorCipherOrder On
|
||||||
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:!LOW
|
SSLCipherSuite RC4-SHA:HIGH:!ADH
|
||||||
|
|
||||||
# Server Certificate:
|
# Server Certificate:
|
||||||
# Point SSLCertificateFile at a PEM encoded certificate. If
|
# Point SSLCertificateFile at a PEM encoded certificate. If
|
||||||
|
|
Loading…
Add table
Reference in a new issue