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

Alejandro Abdelnur commented on HDFS-3951:
------------------------------------------

The testcase failure seems unrelated, I cannot reproduce it locally with the 
patch.

I've tested the patch in a secure cluster and works as advertised.
                
> datanode web ui does not work over HTTPS when datanode is started in secure 
> mode
> --------------------------------------------------------------------------------
>
>                 Key: HDFS-3951
>                 URL: https://issues.apache.org/jira/browse/HDFS-3951
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: data-node
>    Affects Versions: 2.0.3-alpha
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 2.0.3-alpha
>
>         Attachments: HDFS-3951.patch
>
>
> When a datanode is configured to work in secure mode, the HttpServer 
> connector listener is created by the SecureDataNodeStarter class in a 
> privileged port and given to the HttpServer constructor to use.
> When enabling SSL for the web ui the connector listener is created by the 
> HttpServer if no connector is given in the constructor.
> This means that in secure mode the DataNode HttpServer starts always in HTTP 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to