From 02dd4e2c883585601f4dbcea0b63b858b4dd24d6 Mon Sep 17 00:00:00 2001 From: Benjamin <92934023+tietzsg@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:09:57 +0100 Subject: [PATCH] http_client: add information about parameter loading (#3619) * http_client: add information about parameter loading - Inform that the order of the parameters is important when httpcon is loaded first * http_client: docs - typos from previous commit --------- Co-authored-by: Daniel-Constantin Mierla --- src/modules/http_client/doc/http_client_admin.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/modules/http_client/doc/http_client_admin.xml b/src/modules/http_client/doc/http_client_admin.xml index 1449dc824d8..0e182cc95e3 100644 --- a/src/modules/http_client/doc/http_client_admin.xml +++ b/src/modules/http_client/doc/http_client_admin.xml @@ -88,6 +88,13 @@
Parameters + + The parameters are loaded in order. That can lead to unexpected behavior: + If httpcon is set at first, the default values for all other parameters are used, + and not the values that might be set after httpcon. + For example, if setting verify_peer=0 or verify_host=0 after httpcon, + the certificates are checked and self-signed certificates are rejected nevertheless. +
<varname>httpredirect</varname> (int)