Added config parameter to allow self-signed certificates for the HTTP client

This commit is contained in:
Frederic Guillot
2016-06-05 15:42:22 -04:00
parent cd4c09c10a
commit cf7bac1860
5 changed files with 25 additions and 4 deletions

View File

@@ -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);