Github user ilooner commented on a diff in the pull request:
https://github.com/apache/drill/pull/1148#discussion_r171988104
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/WebServer.java
---
@@ -411,6 +404,7 @@ private ServerConnector createHttpsConnector(int port)
throws Exception {
// SSL Connector
final ServerConnector sslConnector = new ServerConnector(embeddedJetty,
+ null, null, null, -1, -1,
--- End diff --
Why not use the configured values for HTTPS?---
