From abc527659059a8a9fda54accc89b2580b8a02ffd Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Wed, 21 Dec 2016 16:44:51 -0500 Subject: [PATCH] Redirect HTTP response to /dev/null by default --- lib/saml_tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/saml_tools.sh b/lib/saml_tools.sh index 1a15ef5..3f4254f 100755 --- a/lib/saml_tools.sh +++ b/lib/saml_tools.sh @@ -315,6 +315,7 @@ probe_saml2_idp_endpoint () { # default curl options curl_opts="--silent --show-error" curl_opts="$curl_opts --insecure --tlsv1" + curl_opts="$curl_opts --output /dev/null" local opt local OPTARG