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

Alejandro Abdelnur edited comment on HDFS-3951 at 9/19/12 4:12 PM:
-------------------------------------------------------------------

One solution (Todd, thanks for the tip) would be to create the SSL connector in 
the SecureDataNodeStarter class.
                
      was (Author: tucu00):
    One solution (Todd, thanks for the tip) would be to crate the SSL connector 
in the SecureDataNodeStarter class.
                  
> 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