f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

Unable to set "Session ticket" for TLS_Server class AS3

Open userTM-col opened this issue 10 months ago • 0 comments

Is your feature request related to a problem? Please describe.

In AS3, the "TLS_Server" class is missing the property "Session Ticket". This property is available in the GUI. I would need this property in order to proceed with a migration project where I want to convert existing config towards AS3 declarations.

The "TLS_Client" class does currently provide a way to configure this property through sessionTickets, but this option is missing for the "TLS_server" class.

Describe the solution you'd like

Add the missing property in the AS3 schema.

Describe alternatives you've considered

No alternative available. Setting the parameter in GUI will get overwritten with the next run/deploy of AS3.

Additional context

The desired tmsh configuration would be the following:

ltm profile client-ssl example {
    app-service none
    cert-key-chain {
        default {
            cert default.crt
            key default.key
        }
    }
    defaults-from clientssl
    inherit-ca-certkeychain true
    inherit-certkeychain true
    session-ticket enabled
}

userTM-col avatar Jan 29 '25 13:01 userTM-col