diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 17:07:11 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 17:07:11 +0000 |
commit | 97cd3dda6fe72b8a2b8233ae711f5fe3b162a63d (patch) | |
tree | e25214b4fa56e71f88a3b86d96d85369ef285ff8 /doc | |
parent | 88cf4028c043a0331d664763b05e35bfad49f3d3 (diff) |
- reference.conf: applied 0001-ciphers-doc.patch by Guillaume Parent
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3060 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 28c3bba..fc8ce1e 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -615,7 +615,7 @@ connect { * Multiple ciphers are separated by colons. The order of preference * is from left to right. */ -# ssl_cipher_list = "DHE-RSA-AES256-SHA:AES256-SHA"; +# ssl_cipher_list = "ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-SHA:AES256-SHA"; /* * ssl_certificate_fingerprint: enhances security by additionally checking |