aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2010-04-06 10:17:45 -0400
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2010-04-06 10:17:45 -0400
commit18d4306d238d1985ed35a0b7615ace00179f7ad6 (patch)
tree31fbf29f24cf87198798fc19f4a533ecad008dff
parentfe1c6106d9fb45e62b93443145f902a3449641aa (diff)
downloadmonitoring-plugins-18d4306d238d1985ed35a0b7615ace00179f7ad6.tar.gz
check_http: Add warning about SNI not enabled by default anymore
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5305d448..7fe70022 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)