SSL/Applications

server/ssl/applications

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

Properties

NameTypeConstraintsDescription
tlsv10booleanValues: true or false

Default value: false
A boolean which indicates whether or not TLS v1.0 is enabled.
tlsv11booleanValues: true or false

Default value: false
A boolean which indicates whether or not TLS v1.1 is enabled.
tlsv12booleanValues: true or false

Default value: true
A boolean which indicates whether or not TLS v1.2 is enabled.
tlsv13booleanValues: true or false

Default value: false
A boolean which indicates whether or not TLS v1.3 is enabled.

Example

server:
  ssl:
    applications:
      tlsv13: true