Skip to content

Couldn't enable the https for apache druid portal using query server's ip #19029

@Vadivel-Dev

Description

@Vadivel-Dev

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 :

  1. druid.enableTlsPort=true
  2. druid.server.https.keystorePath,type,password and cert Alias name
  3. druid.client.https.protocol,path,type and password
  4. druid.client.internal.tls.truststorepath,type and password
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions