summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2017-09-21 16:28:17 +0200
committerBadlop <badlop@process-one.net>2017-09-21 16:28:17 +0200
commit5882c9b456a5cc46d2d00a248f93593ada699724 (patch)
treeff1df7aafa664714d28ee5481042b89457cf697f /ejabberd.yml.example
parentAlso replace vcard-x-update in direct presences (diff)
Add some recommended TLSOPTS as comments in the default config (#2004)
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 5f747144..bc82b13d 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -111,8 +111,10 @@ hosts:
## 'CERTFILE': "/path/to/xmpp.pem"
## 'CIPHERS': "ECDH:DH:!3DES:!aNULL:!eNULL:!MEDIUM@STRENGTH"
## 'TLSOPTS':
+## - "no_sslv2"
## - "no_sslv3"
## - "no_tlsv1"
+## - "no_tlsv1_1"
## - "cipher_server_preference"
## - "no_compression"
## 'DHFILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048