diff options
Diffstat (limited to 'doc/config.markdown')
-rw-r--r-- | doc/config.markdown | 11 |
1 files changed, 9 insertions, 2 deletions
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 ---------------- |