Skip to main content

We Have Moved

The IBM Application Gateway has a new home - docs.verify.ibm.com/gateway

The documentation on this site will no longer be maintained after v21.02, please update your bookmarks.


Applications

Description

Enables or disables the TLS protocols that are used for communication between the gateway daemon and the protected application.

Properties

The following table(s) describe the configuration properties for this component:

Name Type Constraints Description
tlsv12 boolean Values: true,false
Default:true
A boolean which indicates whether or not TLS v1.2 is enabled.
tlsv13 boolean Values: true,false
Default:false
A boolean which indicates whether or not TLS v1.3 is enabled.
tlsv10 boolean Values: true,false
Default:false
A boolean which indicates whether or not TLS v1.0 is enabled.
tlsv11 boolean Values: true,false
Default:false
A boolean which indicates whether or not TLS v1.1 is enabled.

Example

 server:
         ssl:
             applications:
                 tlsv13: true