From d9189306f38e8f79c16e3a9ea38a2fe90fc82fb7 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Thu, 2 Nov 2023 13:16:27 +0100 Subject: [PATCH] modules: readme files regenerated - http_client ... [skip ci] --- src/modules/http_client/README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/modules/http_client/README b/src/modules/http_client/README index e10556dad09..6ffe4cab0cd 100644 --- a/src/modules/http_client/README +++ b/src/modules/http_client/README @@ -266,6 +266,13 @@ Chapter 1. Admin Guide 3.20. config_file (string) 3.21. netinterface (string) + 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. + 3.1. httpredirect (int) If set to 1, enabled, http_client will follow HTTP 302 Redirects. If