Software /
code /
prosody-modules
Changeset
6260:b3489b046782
mod_warn_legacy_tls: Normalize README Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 16 May 2025 13:45:22 +0200 |
parents | 6259:8f64e0bf52a0 |
children | 6261:8c9eb4b6d02f 6264:29a646bad096 |
files | mod_warn_legacy_tls/README.md |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_warn_legacy_tls/README.md Fri May 16 13:43:48 2025 +0200 +++ b/mod_warn_legacy_tls/README.md Fri May 16 13:45:22 2025 +0200 @@ -4,14 +4,13 @@ summary: Warn users of obsolete TLS Versions in clients --- - TLS 1.0 and TLS 1.1 are obsolete. This module warns clients if they are using those versions, to prepare for disabling them. (If you use the default prosody config, this module will be unnessesary in its default setting, since these protocols are not allowed anymore by any supported prosody version.) This module can be used to warn from TLS1.2 if you want to switch to modern security in the near future. # Configuration -``` {.lua} +``` lua modules_enabled = { -- other modules etc "warn_legacy_tls"; @@ -41,8 +40,8 @@ # Compatibility -Prosody-Version Status ---------------- --------------------- -trunk Works as of 25-05-25 -13 Works -0.12 Works + Prosody-Version Status + ----------------- ---------------------- + trunk Works as of 25-05-25 + 13 Works + 0.12 Works