| setsslvserver_tls13sessionticketsperauthcontext |
Use this method to set number of tickets the SSL Virtual Server will issue anytime TLS 1.3 is negotiated, ticket-based resumption is enabled, and either (1) a handshake completes or (2) post-handhsake client auth completes. This value can be increased to enable clients to open multiple parallel connections using a fresh ticket for each connection. No tickets are sent if resumption is disabled. |
Syntax |
Parameters |
vservername |
Name of the SSL virtual server for which to set advanced configuration. This is mandatory parameter. |
tls13sessionticketsperauthcontext |
Number of tickets the SSL Virtual Server will issue anytime TLS 1.3 is negotiated, ticket-based resumption is enabled, and either (1) a handshake completes or (2) post-handhsake client auth completes.
This value can be increased to enable clients to open multiple parallel connections using a fresh ticket for each connection.
No tickets are sent if resumption is disabled. Default value = 1. Minimum value = 1. Maximum value = 10. |
Return Value |
Returns simpleResult |
See Also |