Explorar o código

cookbooks/devel/core: tls_connection_match_domain

Michael Furmur hai 4 meses
pai
achega
02a5c88b78
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  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
 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
 ### exit_timeout
 
 
 **Alias name:** **ser_kill_timeout**
 **Alias name:** **ser_kill_timeout**