From aad3c6af6baa15007d688701a0e139b901fb4885 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 22 Sep 2017 17:58:57 +0200 Subject: [PATCH] ITL: Re-Add ssl_sni attribute for check_tcp --- itl/command-plugins.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 5cc83db40..2f5823e15 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -340,6 +340,10 @@ object CheckCommand "ssl" { } } }} + "-N" = { + value = "$ssl_sni$" + description = "Enable SSL/TLS hostname extension support (SNI)" + } } vars.ssl_address = "$check_address$" -- 2.40.0