Home > Configuration > SSL > setsslvserver_zerorttearlydata

setsslvserver_zerorttearlydata

Use this method to set state of TLS 1.3 0-RTT early data support for the SSL Virtual Server. This setting only has an effect if resumption is enabled, as early data cannot be sent along with an initial handshake.
Early application data has significantly different security properties - in particular there is no guarantee that the data cannot be replayed.

Syntax



Parameters

vservername

Name of the SSL virtual server for which to set advanced configuration.
This is mandatory parameter.

zerorttearlydata

State of TLS 1.3 0-RTT early data support for the SSL Virtual Server. This setting only has an effect if resumption is enabled, as early data cannot be sent along with an initial handshake. Early application data has significantly different security properties - in particular there is no guarantee that the data cannot be replayed.
Default value = DISABLED.
Possible Values : ENABLED, DISABLED.

Return Value

Returns simpleResult

See Also