-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
even with the correct keystore and truststore certificates, couldnt enable the https for the druid URL.
Affected Version
apache-druid-33.0.0
Description
Please include as much detailed information about the problem as possible.
3 zoo keeper servers
1 master server for both overlord and co-ordinator
1 query server for both broker and router
4 data servers
2 middle managers
added keystore and truststore jks with password's under common config and also under query/broker config's in queue server. also under master server.
in the master server's common config , i have the below params :
- druid.enableTlsPort=true
- druid.server.https.keystorePath,type,password and cert Alias name
- druid.client.https.protocol,path,type and password
- druid.client.internal.tls.truststorepath,type and password
- druid.client.internal.tls.keystorepath,type and password,certAlias
with all these, Im still getting the below error :
java.lang.runtimexceptionL org.apache.druid.rpc.RpcException: Service [overlord] handler exited unexpectedly.
caused by: java.lang.IllegalStateException: No sslcontext set, cannot do https
===========
without https/tls enablement, it is perfectly working fine with just http.
please let me know if you need any more info.
is there a proper document in place already ? as I couldnt find one in our forum.