mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-14 19:19:59 -04:00
Let check_http test use HTTP/1.1
This commit is contained in:
parent
cca2b31923
commit
0960239981
1 changed files with 1 additions and 1 deletions
|
|
@ -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)" );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue