diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-06 14:17:45 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-06 14:17:45 (GMT) |
commit | 18d4306d238d1985ed35a0b7615ace00179f7ad6 (patch) | |
tree | 31fbf29f24cf87198798fc19f4a533ecad008dff | |
parent | fe1c6106d9fb45e62b93443145f902a3449641aa (diff) | |
download | monitoring-plugins-18d4306d238d1985ed35a0b7615ace00179f7ad6.tar.gz |
check_http: Add warning about SNI not enabled by default anymore
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ This file documents the major additions and syntax changes between releases. | |||
16 | WARNINGS | 16 | WARNINGS |
17 | Updated developer documentation to say that performance labels should not have an equals sign or | 17 | Updated developer documentation to say that performance labels should not have an equals sign or |
18 | single quote in the label | 18 | single quote in the label |
19 | check_http 1.4.14 introduced SSL SNI support - you now have to enable it explicitly with "--sni" | ||
19 | 20 | ||
20 | 1.4.14 16th September 2009 | 21 | 1.4.14 16th September 2009 |
21 | check_http has options to specify the HTTP method (#2155152) | 22 | check_http has options to specify the HTTP method (#2155152) |