[
https://issues.apache.org/jira/browse/DRILL-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179373#comment-16179373
]
ASF GitHub Bot commented on DRILL-5431:
---------------------------------------
Github user parthchandra commented on a diff in the pull request:
https://github.com/apache/drill/pull/950#discussion_r140602783
--- Diff: distribution/src/resources/drill-override-example.conf ---
@@ -222,7 +222,35 @@ drill.exec: {
# Full workspace name should be indicated (including schema and
workspace separated by dot).
# Workspace MUST be file-based and writable. Workspace name is
case-sensitive.
default_temporary_workspace: "dfs.tmp"
+
+ # Enable and provide additional parameters for Client-Server
communication over SSL
+ # see also the javax.net.ssl parameters below
+ security.user.encryption.ssl: {
+ #Set this to true to enable all client server communication to occur
over SSL.
+ enabled: false,
+ #key password is optional if it is the same as the keystore password
+ keyPassword: "key_passwd",
+ #Optional handshakeTimeout in milliseconds. Default is 10000 ms (10
seconds)
+ handshakeTimeout: 10000,
+ #protocol is optional. Drill will default to TLSv1.2
--- End diff --
sure
> Support SSL
> -----------
>
> Key: DRILL-5431
> URL: https://issues.apache.org/jira/browse/DRILL-5431
> Project: Apache Drill
> Issue Type: New Feature
> Components: Client - Java, Client - ODBC
> Reporter: Sudheesh Katkam
> Assignee: Parth Chandra
>
> Support SSL between Drillbit and JDBC/ODBC drivers. Drill already supports
> HTTPS for web traffic.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)