mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +00:00
allow to use session ticket for rustls session resumption
This commit is contained in:
parent
46161ad147
commit
e8c519f54e
5 changed files with 46 additions and 2 deletions
|
|
@ -449,6 +449,18 @@ The map is consists of the following fields:
|
|||
|
||||
Set if you want to enable client auth.
|
||||
|
||||
**default**: disabled
|
||||
|
||||
* use_session_ticket
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Set if we should enable TLS session ticket to do TLS Session Resumption without Server-Side State.
|
||||
|
||||
.. versionchanged:: 1.7.28
|
||||
|
||||
**default**: disabled
|
||||
|
||||
* 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