summaryrefslogtreecommitdiff
path: root/src/check_curl.ggo
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-01-06 19:47:36 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-01-06 19:47:36 +0100
commite86b06ba2cbf8779fa92b9b76c4229e15d173185 (patch)
tree2d375e227eccb5ae3133dde6ffdef2654d2c5460 /src/check_curl.ggo
parentadda452d76f9b1ed04229d85ca43164102d4405d (diff)
downloadnagios-plugin-curl-e86b06ba2cbf8779fa92b9b76c4229e15d173185.tar.gz
nagios-plugin-curl-e86b06ba2cbf8779fa92b9b76c4229e15d173185.tar.bz2
added an --insecure switch for SSL connections with self-signed certificates
Diffstat (limited to 'src/check_curl.ggo')
-rw-r--r--src/check_curl.ggo5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/check_curl.ggo b/src/check_curl.ggo
index 532a5ff..6e27c84 100644
--- a/src/check_curl.ggo
+++ b/src/check_curl.ggo
@@ -94,7 +94,10 @@ option "useragent" A "String to be sent in http header as \"User Agent\""
typestr="STRING"
optional
-option "no-verify-peer" - "Allow connections to SSL sites without certs (SSL)"
+option "insecure" - "Allow insecure SSL connections"
+ optional
+
+option "no-verify-peer" - "Allow connections to SSL sites without verifying certificates (SSL)"
optional
option "no-verify-host" - "Don't verify that the host and the certificate host match (SSL)"