Page 1 of 1

check_http TLSv1.3 support

Posted: Fri Jun 23, 2023 10:51 am
by bimax
Hello,

I have tested nagios-plugins v 2.4.5 check_http. Based on the help section in the CLI it still supports all but TLSv1.3:
-S, --ssl=VERSION[+]
Connect via SSL. Port defaults to 443. VERSION is optional, and prevents
auto-negotiation (2 = SSLv2, 3 = SSLv3, 1 = TLSv1, 1.1 = TLSv1.1,
1.2 = TLSv1.2). With a '+' suffix, newer versions are also accepted.
:?: Are there any plans for adding TLSv1.3 there as in 2024 it can become standard for many cases.

:idea: Maybe there is alternative how to check HTTPS server running only TLSv1.3 which I can use - will be also useful.

Thanks!

Re: check_http TLSv1.3 support

Posted: Sun Jun 25, 2023 10:28 pm
by kg2857
Maybe check github and nagios exchange.