diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-04 21:28:35 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-04 21:28:35 (GMT) |
commit | f43083c6a9d5d9e66d42e7cd0b698b7eb1ecf822 (patch) | |
tree | 51a749e312bd74ffae30f9b2da0bc891350a7299 /NEWS | |
parent | a9b02e7affe6d940e1fb4830156d06e4d816458b (diff) | |
download | monitoring-plugins-f43083c6a9d5d9e66d42e7cd0b698b7eb1ecf822.tar.gz |
check_http: Allow for requesting TLSv1.1/TLSv1.2refs/pull/1373/head
check_http's -S/--ssl option now allows for requesting the TLSv1.1 and
TLSv1.2 protocols. Apart from that, a '+' suffix can be appended in
oder to also accept newer protocols than the specified version.
Closes #1338, and closes #1354, and closes #1359.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ This file documents the major additions and syntax changes between releases. | |||
9 | Make sure check_disk won't hang on hanging (network) file systems | 9 | Make sure check_disk won't hang on hanging (network) file systems |
10 | New check_mailq -s option which tells the plugin to use sudo(8) | 10 | New check_mailq -s option which tells the plugin to use sudo(8) |
11 | New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) | 11 | New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) |
12 | The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" | ||
13 | to force TLSv1.1 and TLSv1.2 connections, respectively | ||
14 | The check_http -S/--ssl option now allows for specifying the desired | ||
15 | protocol with a "+" suffix to also accept newer versions | ||
12 | 16 | ||
13 | FIXES | 17 | FIXES |
14 | Let check_real terminate lines with CRLF when talking to the server, as | 18 | Let check_real terminate lines with CRLF when talking to the server, as |