X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Fparse_args.php;h=151d943bf2bf692f6409d6fe99cc12f18147ac5a;hb=f099e1bf041255f8fcc901e96b7d1ffe5be92ba7;hp=b0c625a9f91db794b321f1874fc20ee8cf52155c;hpb=13671ef3a6d8da95c1e23b09fe8b3befe54e4bec;p=plcapi.git diff --git a/test/parse_args.php b/test/parse_args.php index b0c625a..151d943 100644 --- a/test/parse_args.php +++ b/test/parse_args.php @@ -88,6 +88,10 @@ { $HTTPSVERIFYHOST = 2; } + if(!isset($SSLVERSION)) + { + $SSLVERSION = 0; + } if(!isset($PROXY)) { $PROXYSERVER = null;