From 0960239981cf490dd3e831923d3c8663bf820778 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 22 Feb 2016 21:59:58 +0100 Subject: Let check_http test use HTTP/1.1 diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t index c2caec6..2b906e3 100644 --- a/plugins/t/check_http.t +++ b/plugins/t/check_http.t @@ -154,7 +154,7 @@ SKIP: { like ( $res->output, '/time_ssl=[\d\.]+/', 'Extended Performance Data SSL Output OK' ); $res = NPTest->testCmd( - "./check_http --ssl www.e-paycobalt.com" + "./check_http --ssl -H www.e-paycobalt.com" ); cmp_ok( $res->return_code, "==", 0, "Can read https for www.e-paycobalt.com (uses AES certificate)" ); -- cgit v0.10-9-g596f