You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/02 17:17:01 UTC

[jira] [Commented] (DRILL-5663) Drillbit fails to start when only keystore path is provided without keystore password.

    [ https://issues.apache.org/jira/browse/DRILL-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16111346#comment-16111346 ] 

ASF GitHub Bot commented on DRILL-5663:
---------------------------------------

Github user sindhurirayavaram commented on a diff in the pull request:

    https://github.com/apache/drill/pull/874#discussion_r130939205
  
    --- Diff: distribution/src/resources/drill-override-example.conf ---
    @@ -214,7 +214,7 @@ drill.exec: {
     }
     
     # Below SSL parameters need to be set for custom transport layer settings.
    -javax.net.ssl {
    +ssl{
       keyStore: "/keystore.file",
    --- End diff --
    
    Can you look into this paul? This an example I got. 
    SSL certificate keystore location.
    Default: conf/default.keystore.
    ssl.keystore.path can be configured in 2 ways:
    By using the relative path, for example, ssl.keystore.path=conf/default.keystore, where the root directory is <Worklight Root Directory>\server\.
    By using the absolute path, for example, ssl.keystore.path=/opt/wl/default.keystore for UNIX, or C:\\wl\\default.keystore for Windows.


> Drillbit fails to start when only keystore path is provided without keystore password.
> --------------------------------------------------------------------------------------
>
>                 Key: DRILL-5663
>                 URL: https://issues.apache.org/jira/browse/DRILL-5663
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Sorabh Hamirwasia
>            Assignee: Sindhuri Ramanarayan Rayavaram
>
> When we configure keystore path without keystore password inside drill-override.conf for WebServer, then Drillbit fails to start. We should explicitly check for either both being present or both being absent. If any one of them is only present then throw startup exception for Drill.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)