Merge pull request #2538 from weiss/tls-by-default

Enable TLS by default (and require it for c2s)
This commit is contained in:
Evgeny Khramtsov 2018-07-18 19:38:13 +03:00 committed by GitHub
commit 1de69174ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -46,12 +46,13 @@ listen:
max_stanza_size: 65536
shaper: c2s_shaper
access: c2s
starttls_required: true
-
port: 5269
ip: "::"
module: ejabberd_s2s_in
-
port: 5280
port: 5443
ip: "::"
module: ejabberd_http
request_handlers:
@ -61,6 +62,9 @@ listen:
"/ws": ejabberd_http_ws
web_admin: true
captcha: true
tls: true
s2s_use_starttls: optional
acl:
local:
@ -149,7 +153,7 @@ modules:
mod_fail2ban: {}
mod_http_api: {}
mod_http_upload:
put_url: "http://@HOST@:5280/upload"
put_url: "https://@HOST@:5443/upload"
mod_last: {}
mod_mam:
## Mnesia is limited to 2GB, better to use an SQL backend