瀏覽代碼

cookbooks/devel/core: tls_connection_match_domain

Michael Furmur 4 月之前
父節點
當前提交
02a5c88b78
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      docs/cookbooks/devel/core.md

+ 11 - 0
docs/cookbooks/devel/core.md

@@ -1450,6 +1450,17 @@ Reverse Meaning of the disable_tls parameter. See disable_tls parameter.
 enable_tls=yes # enable tls support in core
 ```
 
+### tls_connection_match_domain
+
+Value: `yes`/`no` (default `no`)
+
+When set to `yes` allows to establish multiple TLS connections with different TLS domains to the same host:port target.
+Default Kamailio behavior is to reuse TLS connection for the same host:port target despite possible different TLS domains.
+
+```c
+tls_connection_match_domain=yes
+```
+
 ### exit_timeout
 
 **Alias name:** **ser_kill_timeout**