SSL Setting
5. SSL Settings
Configure the default SSL settings.
Name | Description | Valid Value | Mandatory | Default |
---|---|---|---|---|
certificate | The 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. | string | No | |
disable_hostname_verification | 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. | Boolean | No | true |
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.
Updated about 2 years ago