mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 15:31:21 +00:00
allow to disable stateless session ticket for openssl server
This commit is contained in:
parent
7257eb73b0
commit
845a7ce401
5 changed files with 48 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
.. _configure_tls_value_types:
|
||||
|
||||
***
|
||||
|
|
@ -409,6 +408,16 @@ The map is consists of the following fields:
|
|||
|
||||
.. versionadded:: 1.7.32
|
||||
|
||||
* no_session_ticket
|
||||
|
||||
**optional**, **type**: bool
|
||||
|
||||
Set if we should disable TLS session ticket (stateless).
|
||||
|
||||
**default**: false
|
||||
|
||||
.. versionadded:: 1.9.4
|
||||
|
||||
* 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