ADC Advanced Policy Expressions

SSL_RES_PROTOCOL_T


SSL Protocol

This topic lists the expressions that are provided by this class.

  • SESSIONID

    Returns the Session ID/Client ID of the Server SSL transaction. In case of non-SSL transaction or error, raises undef.

Returns: text_t

  • CLIENT_HELLO

    Returns the Server SSL Client Hello fields for the Server SSL transaction, from which the SNI can be accessed. In the case of non-SSL transaction or error, raises undef.

Returns: server_ssl_client_hello_t

SSL_RES_PROTOCOL_T

In this article