Alejandro Abdelnur created HDFS-3951: ----------------------------------------
Summary: 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 Fix For: 2.0.3-alpha 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