set https options for tests
[plcapi.git] / test / parse_args.php
index d47168c..1301f41 100644 (file)
        {
                $HTTPSIGNOREPEER = false;
        }
+       if(!isset($HTTPSVERIFYHOST))
+       {
+               $HTTPSVERIFYHOST = 2;
+       }
        if(!isset($PROXY))
        {
                $PROXYSERVER = null;