diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-05 15:42:22 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-05 15:42:22 -0400 |
commit | cf7bac18607d03dbd9420e9f1feef0aaeb0b8875 (patch) | |
tree | e7e987b8298bad0cdb9c7bd0566ccac44ce90891 /config.default.php | |
parent | cd4c09c10aabb133efa0ef5e0566630941178a4a (diff) |
Added config parameter to allow self-signed certificates for the HTTP client
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index e3f8932c..a9fd7d99 100644 --- a/config.default.php +++ b/config.default.php @@ -208,3 +208,6 @@ define('HTTP_PROXY_HOSTNAME', ''); define('HTTP_PROXY_PORT', '3128'); define('HTTP_PROXY_USERNAME', ''); define('HTTP_PROXY_PASSWORD', ''); + +// Set to false to allow self-signed certificates +define('HTTP_VERIFY_SSL_CERTIFICATE', true); |