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 "Haohui Mai (JIRA)" <ji...@apache.org> on 2013/11/21 00:05:36 UTC

[jira] [Created] (HDFS-5538) URLConnectionFactory should pick up the SSL related configuration by default

Haohui Mai created HDFS-5538:
--------------------------------

             Summary: URLConnectionFactory should pick up the SSL related configuration by default
                 Key: HDFS-5538
                 URL: https://issues.apache.org/jira/browse/HDFS-5538
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Haohui Mai
            Assignee: Haohui Mai


The default instance of URLConnectionFactory, DEFAULT_CONNECTION_FACTORY does not pick up any hadoop-specific, SSL-related configuration. Its customers have to set up the ConnectionConfigurator explicitly in order to pick up these configurations.

This is less than ideal for HTTPS because whenever the code needs to make a HTTPS connection, the code is forced to go through the set up.

This jira refactors URLConnectionFactory to ease the handling of HTTPS connections (compared to the DEFAULT_CONNECTION_FACTORY we have right now).



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