From e86b06ba2cbf8779fa92b9b76c4229e15d173185 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Jan 2017 19:47:36 +0100 Subject: added an --insecure switch for SSL connections with self-signed certificates --- src/check_curl.ggo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/check_curl.ggo') 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)" -- cgit v1.2.3-54-g00ecf