Changed ejabberd to require STARTTLS
This commit is contained in:
parent
9a90aa13ab
commit
7f1dd5fe8d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ override_acls.
|
|||
{access, c2s},
|
||||
%%{shaper, c2s_shaper},
|
||||
{max_stanza_size, 655360},
|
||||
starttls, {certfile, "/etc/ejabberd/ejabberd.pem"}
|
||||
starttls_required, {certfile, "/etc/ejabberd/ejabberd.pem"}
|
||||
]},
|
||||
|
||||
%%
|
||||
|
|
Loading…
Add table
Reference in a new issue