File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
content/admin/configuration Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ modules:
1111
1212This option defines access to the port. The default value is ` all ` .
1313
14+ ## allow_unencrypted_sasl2
15+
16+ * true | false*
17+
18+ As per [ ` XEP-0388 ` ] ( https://xmpp.org/extensions/xep-0388.html#security ) ,
19+ ejabberd rejects SASL2 negotiations over non-TLS connections by default. Setting
20+ this option to ` true ` allows SASL2 over plaintext connections, which may be
21+ useful in case TLS is terminated by some proxy in front of ejabberd.
22+
1423## backlog
1524
1625* Value*
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ Handles c2s connections.
7171
7272General listen options supported:
7373[access](listen-options.md#access),
74+ [allow_unencrypted_sasl2](listen-options.md#allow_unencrypted_sasl2),
7475[cafile](listen-options.md#cafile),
7576[ciphers](listen-options.md#ciphers),
7677[dhfile](listen-options.md#dhfile),
You can’t perform that action at this time.
0 commit comments