F5Networks / f5-appsvcs-extension

F5 BIG-IP Application Services 3 Extension
Apache License 2.0
169 stars 54 forks source link

Add clientTLS profile selection support to LTM policy #724

Closed regan-a closed 1 year ago

regan-a commented 1 year ago

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

There is currently no way to select a clientTLS profile as an action in an LTM policy using AS3.

Describe the solution you'd like

I want to be able to select the clientTLS profile (serverssl profile on BIG-IP) in an LTM policy. This functionality is currently available in TMOS/CPM (as tested on 15.1.8.2):

  actions {
      0 {
          server-ssl-profile
          server-connected
          select
          name /Common/serverssl
      }
  }
sunitharonan commented 1 year ago

Please submit the issue again using our issue format. Thanks.