summaryrefslogtreecommitdiffstats
path: root/THANKS.in
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-10 09:09:22 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-10 09:09:22 (GMT)
commit6b28ae739b1ca9f20519f7522b52d055ce3a0902 (patch)
tree440a23dc7092b7b1d5b31eadf307a48c05db3192 /THANKS.in
parent5bfca4b34d15ef40239ed6074b9ff9c061022946 (diff)
downloadmonitoring-plugins-hw/http-connect.tar.gz
check_http: Support HTTP CONNECT methodhw/http-connect
Add the -Y/--http-connect[=<port>] option which tells check_http to use the HTTP CONNECT method for tunneling an HTTPS connection through a proxy server. This is a modified version of a patch provided by Mark Frost in SourceForge tracker item #2975393, updated for the current check_http code. Changes include: - Let the new --http-connect option imply --ssl. - Allow for specifying the server port the proxy should connect to.
Diffstat (limited to 'THANKS.in')
-rw-r--r--THANKS.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS.in b/THANKS.in
index 6118143..a6caa46 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -286,3 +286,4 @@ Fabio Rueda
286Gabriele Tozzi 286Gabriele Tozzi
287Sebastian Nohn 287Sebastian Nohn
288Emmanuel Dreyfus 288Emmanuel Dreyfus
289Mark Frost