[
https://issues.apache.org/jira/browse/HDFS-3951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458931#comment-13458931
]
Hudson commented on HDFS-3951:
------------------------------
Integrated in Hadoop-Mapreduce-trunk-Commit #2768 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2768/])
HDFS-3951. datanode web ui does not work over HTTPS when datanode is
started in secure mode. (tucu) (Revision 1387688)
Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1387688
Files :
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/SecureDataNodeStarter.java
> 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