2006-10-04 15:10:23 +00:00
|
|
|
# Override default security using suitable string from available ciphers at
|
2006-10-04 13:39:27 +00:00
|
|
|
# L<http://www.openssl.org/docs/apps/ciphers.html#CIPHER_STRINGS>
|
|
|
|
# See plugins/tls for details.
|
2010-07-26 01:26:53 -04: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
|