You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2018/06/02 17:41:01 UTC

[jira] [Updated] (HADOOP-14388) Don't set the key password if there is a problem reading SSL configuration

     [ https://issues.apache.org/jira/browse/HADOOP-14388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran updated HADOOP-14388:
------------------------------------
    Target Version/s: 2.7.8  (was: 2.7.7)

> Don't set the key password if there is a problem reading SSL configuration
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-14388
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14388
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.8.0, 2.7.3
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>         Attachments: HADOOP-14388.patch
>
>
> When launching MiniDFSCluster in a test, with "dfs.data.transfer.protection=integrity" and without specifying a ssl-server.xml, the code hangs on "builder.build()". 
> This is because in HttpServer2, it is setting a null value on the SslSocketConnector:
> c.setKeyPassword(keyPassword);
> Instead, this call should be inside the "if (keystore != null) {" block. Once this is done the code exits as expected with an error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org