SSL Setting

5. SSL Settings

Configure the default SSL settings.

NameDescriptionValid ValueMandatoryDefault
certificateThe list of default SSL keystore to be used for all SSL connections. It is used when SSL keystore is not specified in server connection SSL settings.stringNo
disable_hostname_verificationThe default flag to enable or disable hostname verification for SSL connections. It is used when SSL disable_hostname_verification is not specified in server connection SSL settings.BooleanNotrue
ssl:
  certificate:
    - ks:https_keys                                         # The default SSL keystore to be used for SSL connections. It is used when SSL keystore is not specified in server connection SSL settings.
  disable_hostname_verification: true                       # The default flag to enable or disable hostname verification for SSL connections. It is used when SSL disable_hostname_verification is not specified in server connection SSL settings.