Difference between revisions of "Securing XMPP"

Jump to navigation Jump to search
130 bytes removed ,  10:19, 7 April 2023
→‎Prosody: Encryption is required now and random configuration snippets on the interwebs is considered harmful
(Mention that server certificates should include SANs for subdomains.)
(→‎Prosody: Encryption is required now and random configuration snippets on the interwebs is considered harmful)
Line 42: Line 42:


==== Prosody ====
==== Prosody ====
Ensure that ''prosody.cfg.lua'' contains the following settings in the [https://prosody.im/doc/configure#overview global section] of your config, or under the specific <code>VirtualHost</code> you want to secure:
Prosody is secure by default, as of version 0.12.x no changes to the default configuration is required to enable or enforce encrypted connections.
  c2s_require_encryption = true
  s2s_require_encryption = true


Further help:
Further help:
43

edits

Navigation menu