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 --- doc/config.markdown | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/config.markdown b/doc/config.markdown index 0325358d..e51fd54a 100644 --- a/doc/config.markdown +++ b/doc/config.markdown @@ -267,8 +267,8 @@ Session define('SESSION_DURATION', 0); ``` -HTTP client proxy ------------------ +HTTP Client +----------- If external HTTP requests need to be sent through a proxy: @@ -279,6 +279,13 @@ define('HTTP_PROXY_USERNAME', ''); define('HTTP_PROXY_PASSWORD', ''); ``` +To allow self-signed certificates: + +```php +// Set to false to allow self-signed certificates +define('HTTP_VERIFY_SSL_CERTIFICATE', true); +``` + Various settings ---------------- -- cgit v1.2.3