You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Alejandro Abdelnur (JIRA)" <ji...@apache.org> on 2012/09/18 23:13:07 UTC

[jira] [Created] (HDFS-3951) datanode web ui does not work over HTTPS when datanode is started in secure mode

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