[ 
https://issues.apache.org/jira/browse/HDFS-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Haohui Mai updated HDFS-5502:
-----------------------------

    Attachment: HDFS-5502.006.patch

> Fix HTTPS support in HsftpFileSystem
> ------------------------------------
>
>                 Key: HDFS-5502
>                 URL: https://issues.apache.org/jira/browse/HDFS-5502
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>         Attachments: HDFS-5502.000.patch, HDFS-5502.001.patch, 
> HDFS-5502.002.patch, HDFS-5502.003.patch, HDFS-5502.004.patch, 
> HDFS-5502.005.patch, HDFS-5502.006.patch
>
>
> The current implementation of HsftpFileSystem suffers from the following 
> issues:
> * It initializes the SSLContext incorrectly. It blindly trusts all server 
> certificates which creates a security hole.
> * It tries to cancel delegation token through http, not https, which leads to 
> HDFS-5295.
> * It overrides the default socket factory for HttpsConnection. Given the fact 
> that it trusts all server-side certificate, it accidentally disables all 
> checks on server certificates for all https connections.
> This jira tracks the effort to fix the above issues. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to