ソースを参照

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**