mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 15:31:21 +00:00
use session ticket by default for rustls server
This commit is contained in:
parent
7988e2f802
commit
47f8598196
12 changed files with 129 additions and 44 deletions
|
|
@ -593,15 +593,15 @@ The map is consists of the following fields:
|
|||
|
||||
**default**: disabled
|
||||
|
||||
* use_session_ticket
|
||||
* no_session_ticket
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Set if we should enable TLS session ticket to do stateless TLS Session Resumption.
|
||||
Set if we should disable TLS session ticket (stateless session resumption by Session Ticket).
|
||||
|
||||
.. versionchanged:: 1.7.28
|
||||
**default**: false
|
||||
|
||||
**default**: disabled
|
||||
.. versionadded:: 1.9.4
|
||||
|
||||
* no_session_cache
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue