[monitoring-plugins] check_curl: update TLS notification notes
Lorenz Kästle
git at monitoring-plugins.org
Wed Nov 27 15:00:13 CET 2024
Module: monitoring-plugins
Branch: master
Commit: 8de299308c52d083b893a87e6924405b652f1f7b
Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
Date: Wed Nov 27 14:22:02 2024 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8de2993
check_curl: update TLS notification notes
---
plugins/check_curl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index 8ea73ce..ef7d4ee 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -1912,7 +1912,7 @@ void print_help(void) {
printf(" %s\n", _("Connect via SSL. Port defaults to 443. VERSION is optional, and prevents"));
printf(" %s\n", _("auto-negotiation (2 = SSLv2, 3 = SSLv3, 1 = TLSv1, 1.1 = TLSv1.1,"));
printf(" %s\n", _("1.2 = TLSv1.2, 1.3 = TLSv1.3). With a '+' suffix, newer versions are also accepted."));
- printf(" %s\n", _("Note: SSLv2 and SSLv3 are deprecated and are usually disabled in libcurl"));
+ printf(" %s\n", _("Note: SSLv2, SSLv3, TLSv1.0 and TLSv1.1 are deprecated and are usually disabled in libcurl"));
printf(" %s\n", "--sni");
printf(" %s\n", _("Enable SSL/TLS hostname extension support (SNI)"));
# if LIBCURL_VERSION_NUM >= 0x071801
More information about the Commits
mailing list