mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
g3proxy: allow to set session id context for NativeTlsPort
This commit is contained in:
parent
268e09c411
commit
6e05e692d2
8 changed files with 211 additions and 152 deletions
|
|
@ -343,6 +343,14 @@ The map is consists of the following fields:
|
|||
|
||||
**default**: disabled
|
||||
|
||||
* session_id_context
|
||||
|
||||
**optional**, **type**: str
|
||||
|
||||
Set session id context. This is required if you want to enable session reuse when client auth is enabled.
|
||||
|
||||
.. versionadded:: 1.7.32
|
||||
|
||||
* ca_certificate | client_auth_certificate
|
||||
|
||||
**optional**, **type**: :ref:`tls certificates <conf_value_tls_certificates>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue