PropertyDescriptionDefaultRequired
    druid.client.https.keyStorePathThe file path or URL of the TLS/SSL Key store containing the client certificate that Druid will use when communicating with other Druid services. If this is null, the other properties in this table are ignored.noneyes
    druid.client.https.keyStoreTypeThe type of the key store.noneyes
    Alias of TLS client certificate in the keystore.noneyes
    druid.client.https.keyStorePasswordThe or String password for the Key Store.noneno
    druid.client.https.keyManagerFactoryAlgorithmAlgorithm to use for creating KeyManager, more details here.javax.net.ssl.KeyManagerFactory.getDefaultAlgorithm()no
    druid.client.https.keyManagerPasswordThe or String password for the Key Manager.noneno
    Validate the hostname of the server. This should not be disabled unless you are using custom TLS certificate checks and know that standard hostname validation is not needed.trueno