From: Michael Date: Fri, 22 Sep 2017 15:58:57 +0000 (+0200) Subject: ITL: Re-Add ssl_sni attribute for check_tcp X-Git-Tag: v2.8.0~62^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F5578%2Fhead;p=icinga2 ITL: Re-Add ssl_sni attribute for check_tcp --- 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$"