mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
check_curl: update TLS notification notes
This commit is contained in:
parent
5d7d620903
commit
8de299308c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue