mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Example configuration: Clarify direct TLS listener
The ejabberd_c2s listener for port 5223 is meant to support direct TLS access rather than STARTTLS. Therefore, remove the 'starttls_required' option, which had no effect.
This commit is contained in:
parent
d5de93b8fa
commit
df60818883
1 changed files with 1 additions and 2 deletions
|
@ -36,12 +36,11 @@ listen:
|
|||
-
|
||||
port: 5223
|
||||
ip: "::"
|
||||
tls: true
|
||||
module: ejabberd_c2s
|
||||
max_stanza_size: 262144
|
||||
shaper: c2s_shaper
|
||||
access: c2s
|
||||
starttls_required: true
|
||||
tls: true
|
||||
-
|
||||
port: 5269
|
||||
ip: "::"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue