From: Thomas Guyot-Sionnest Date: Tue, 6 Apr 2010 14:17:45 +0000 (-0400) Subject: check_http: Add warning about SNI not enabled by default anymore X-Git-Url: https://git.tokkee.org/?p=nagiosplug.git;a=commitdiff_plain;h=18d4306d238d1985ed35a0b7615ace00179f7ad6 check_http: Add warning about SNI not enabled by default anymore --- diff --git a/NEWS b/NEWS index 5305d44..7fe7002 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ This file documents the major additions and syntax changes between releases. WARNINGS Updated developer documentation to say that performance labels should not have an equals sign or single quote in the label + check_http 1.4.14 introduced SSL SNI support - you now have to enable it explicitly with "--sni" 1.4.14 16th September 2009 check_http has options to specify the HTTP method (#2155152)