Module: kamailio
Branch: 5.7
Commit: 60abd912f0fc2e237fb833d63250c184e7401ae5
URL:
https://github.com/kamailio/kamailio/commit/60abd912f0fc2e237fb833d63250c18…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-11-13T13:32:50+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/http_client/README
Modified: src/modules/tls/README
---
Diff:
https://github.com/kamailio/kamailio/commit/60abd912f0fc2e237fb833d63250c18…
Patch:
https://github.com/kamailio/kamailio/commit/60abd912f0fc2e237fb833d63250c18…
---
diff --git a/src/modules/http_client/README b/src/modules/http_client/README
index c3788a1c2cc..bb11b1a1d24 100644
--- a/src/modules/http_client/README
+++ b/src/modules/http_client/README
@@ -262,6 +262,13 @@ Chapter 1. Admin Guide
3.19. config_file (string)
3.20. 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
diff --git a/src/modules/tls/README b/src/modules/tls/README
index ed3c2908030..a5897da4f88 100644
--- a/src/modules/tls/README
+++ b/src/modules/tls/README
@@ -245,6 +245,10 @@ Chapter 1. Admin Guide
memory. For example, such case has been reported for Ubuntu 20.04 or
RedHat 8.
+ Note: with some particular combination of OS, openssl and mysql-client
+ libraries, there were reports of random crashes, in such case try to
+ set the db_mysql module parameter opt_ssl_mode to 1.
+
2. Quick Start
The default kamailio.cfg file has basic tls support included, it has to