Module: kamailio Branch: master Commit: 91d6a131ab9d3e58a1560c6305af542c92c2b19f URL: https://github.com/kamailio/kamailio/commit/91d6a131ab9d3e58a1560c6305af542c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2024-07-04T16:23:39+02:00
etc/kamailio.cfg: set tls_threads_mode to 2
- recommended value for libssl 3.x, which is the library shipped with latest stable popular Linux distros
---
Modified: etc/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/91d6a131ab9d3e58a1560c6305af542c... Patch: https://github.com/kamailio/kamailio/commit/91d6a131ab9d3e58a1560c6305af542c...
---
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg index cd2ecd0109f..94c97f86628 100644 --- a/etc/kamailio.cfg +++ b/etc/kamailio.cfg @@ -230,7 +230,7 @@ tls_max_connections=2048 * 1: use thread executors for process#0 only * 2: no thread executors, but use atfork handler to reset thread-locals to NULL * 3: use thread executors for all processes */ -tls_threads_mode=1 +tls_threads_mode=2 #!endif
/* set it to yes to enable sctp and load sctp.so module */