Software /
code /
prosody-modules
Changeset
6095:b048767a69b0
mod_warn_legacy_tls: typo
author | Menel <menel@snikket.de> |
---|---|
date | Mon, 16 Dec 2024 13:09:42 +0100 |
parents | 6094:7adab72d5ebe |
children | 6096:fe380764032d |
files | mod_warn_legacy_tls/README.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_warn_legacy_tls/README.md Mon Dec 16 13:06:23 2024 +0100 +++ b/mod_warn_legacy_tls/README.md Mon Dec 16 13:09:42 2024 +0100 @@ -5,7 +5,7 @@ --- -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 config, since these protocols are not allowed anymore by any supported prosody version. +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.