Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-12-07 16:38:54 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-12-07 16:38:54 +0300
commitf02f44ad3f759cdf200ea53f41f98ac453e6e3c4 (patch)
treeeadc641038ac325a39dc1ead5c8f1f2bfa6802df /ejabberd.yml.example
parent7713edc6bbef064c6be99a348ddb258da15ef72f (diff)
Change default ciphers to intermediate
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example11
1 files changed, 6 insertions, 5 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 5b2515e08..66d65450c 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -52,7 +52,10 @@ define_macro:
- "no_sslv2"
- "no_sslv3"
- "no_tlsv1"
- - "no_tlsv1.1"
+ - "no_tlsv1_1"
+
+c2s_ciphers: CIPHERS_INTERMEDIATE
+c2s_protocol_options: PROTOCOL_OPTIONS_INTERMEDIATE
listen:
-
@@ -62,8 +65,6 @@ listen:
max_stanza_size: 262144
shaper: c2s_shaper
access: c2s
- ciphers: CIPHERS_MODERN
- protocol_options: PROTOCOL_OPTIONS_MODERN
starttls_required: true
-
port: 5269
@@ -81,8 +82,8 @@ listen:
"/ws": ejabberd_http_ws
web_admin: true
captcha: true
- ciphers: CIPHERS_MODERN
- protocol_options: PROTOCOL_OPTIONS_MODERN
+ ciphers: CIPHERS_INTERMEDIATE
+ protocol_options: PROTOCOL_OPTIONS_INTERMEDIATE
tls: true
s2s_use_starttls: optional