From cf7bac18607d03dbd9420e9f1feef0aaeb0b8875 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 5 Jun 2016 15:42:22 -0400 Subject: Added config parameter to allow self-signed certificates for the HTTP client --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.default.php') 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); -- cgit v1.2.3