Radford7821
Radford7821

Reputation: 345

Apache Drill Web Interface

I have authentication turned on with Apache Drill 1.10 and can use sqlline and jdbc fine with my configured users. However when I try logging into the web console I can log in but then when I click on the query button I am always redirected to the login page again.

Upvotes: 1

Views: 662

Answers (1)

Karthik M
Karthik M

Reputation: 88

In /conf/drill-override.conf, enable https by adding "drill.exec.http.ssl_enabled: true" Then connect with https:\:8047 This fixed the problem for me.

Upvotes: 3

Related Questions