# HG changeset patch # User Menel # Date 1734350982 -3600 # Node ID b048767a69b02bc4b416da66969665e51ae255c3 # Parent 7adab72d5ebecee7243cf8efeb75d3880d975d10 mod_warn_legacy_tls: typo diff -r 7adab72d5ebe -r b048767a69b0 mod_warn_legacy_tls/README.md --- 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.