Explorar o código

added parameter for HTTPS requests compability

Git Updater %!s(int64=8) %!d(string=hai) anos
pai
achega
3a8e98f74f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Builder.php

+ 1 - 0
src/Builder.php

@@ -19,6 +19,7 @@ class Builder {
         'URL'                   => '',
         'POST'                  => false,
         'HTTPHEADER'            => array(),
+        'SSL_VERIFYPEER'        => false,
     );
 
     /** @var array $packageOptions      Array with options that are not specific to cURL but are used by the package */