Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
v0.6.5
-
None
Description
Kylin JDBC driver assumes the server is working on 80 or 443 port; When user create a JDBC connection, it will check whether user specify the "ssl" property with default value false; if false, it will connect to server with http on port 80; if ssl=true, it will use https to connect the server on 443; Kylin should not make such assumption.