diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-25 16:23:40 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-25 16:23:40 +0100 |
commit | 73d1bb12184cd5bc91c5996ecc574149d9637d73 (patch) | |
tree | 81534ac655eabbfb6d3ede66ed7a31762da7d2fd /CHANGES | |
parent | a02e872f8651ea4729697bd7ccc88f7f952c3f04 (diff) | |
download | prosody-73d1bb12184cd5bc91c5996ecc574149d9637d73.tar.gz prosody-73d1bb12184cd5bc91c5996ecc574149d9637d73.zip |
various: Require encryption by default for real
These options have been specified (and enabled) in the default config file for
a long time. However if unspecified in the config, they were not enabled. Now
they are.
This may result in a change of behaviour for people using very old config
files that lack the require_encryption options. But that's what we want.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ TRUNK - Pluggable authorization providers (mod_authz_) - Easy use of Mozilla TLS recommendations presets - Unencrypted HTTP port (5280) restricted to loopback by default +- require_encryption options default to 'true' if unspecified ### HTTP |