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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to