2006-10-04 17:10:23 +02:00
|
|
|
# Override default security using suitable string from available ciphers at
|
2006-10-04 15:39:27 +02:00
|
|
|
# L<http://www.openssl.org/docs/apps/ciphers.html#CIPHER_STRINGS>
|
|
|
|
# See plugins/tls for details.
|
2010-07-26 07:26:53 +02:00
|
|
|
#
|
|
|
|
# HIGH is a reasonable default that should satisfy most installations
|
|
|
|
HIGH:!SSLv2
|
|
|
|
#
|
|
|
|
# if you have legacy clients that require less secure connections,
|
|
|
|
# consider using this less secure, but PCI compliant setting:
|
|
|
|
#DEFAULT:!ADH:!LOW:!EXP:!SSLv2:+HIGH:+MEDIUM
|