aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorAntonio Murdaca <antonio.murdaca@hadlab.com>2014-04-01 21:57:33 +0200
committerAntonio Murdaca <antonio.murdaca@hadlab.com>2014-04-08 18:46:52 +0200
commitfbf71f86f3f970c1c9d56c0c5d21b25a8c67d9ed (patch)
tree5e2fe28162b0cc37f4933a6f7d465948beab969f /ejabberd.yml.example
parentUpdate Hebrew translation (thanks to Isratine Citizen) (diff)
Add option to specify openssl options
Diffstat (limited to '')
-rw-r--r--ejabberd.yml.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 28f61fdbe..2e744103f 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -86,6 +86,12 @@ listen:
##
## certfile: "/path/to/ssl.pem"
## starttls: true
+ ##
+ ## Custom OpenSSL options
+ ##
+ ## protocol_options:
+ ## - "no_sslv3"
+ ## - "no_tlsv1"
max_stanza_size: 65536
shaper: c2s_shaper
access: c2s
@@ -144,6 +150,12 @@ listen:
##
## s2s_certfile: "/path/to/ssl.pem"
+## Custom OpenSSL options
+##
+## s2s_protocol_options:
+## - "no_sslv3"
+## - "no_tlsv1"
+
##
## domain_certfile: Specify a different certificate for each served hostname.
##