[
https://issues.apache.org/jira/browse/HDFS-5893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haohui Mai updated HDFS-5893:
-----------------------------
Summary: HftpFileSystem.RangeHeaderUrlOpener uses the default
URLConnectionFactory that does not support SSL (was: hsftp cat | copyToLocal |
get operations fail with 'PKIX path building failed')
> HftpFileSystem.RangeHeaderUrlOpener uses the default URLConnectionFactory
> that does not support SSL
> ---------------------------------------------------------------------------------------------------
>
> Key: HDFS-5893
> URL: https://issues.apache.org/jira/browse/HDFS-5893
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Yesha Vora
>
> set dfs.http.policy=HTTPS_ONLY.
> And do cat | copyToLocal | get operation on HDFS data using
> hsftp://NN:NN_HTTPS_PORT.
> These operation fails with 'PKIX path building failed' error
> RUNNING: hdfs dfs -cat hsftp://NN:NN_HTTPS_PORT/tmp/testfile
> cat: sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
> valid certification path to requested target
> -------------
> RUNNING: hdfs dfs -copyToLocal hsftp://NN:NN_HTTPS_PORT/tmp/TestFile
> /etc/tmp/data/file1
> copyToLocal: sun.security.validator.ValidatorException: PKIX path building
> failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to
> find valid certification path to requested target
> -------------
> RUNNING: hdfs dfs -get hsftp://NN:NN_HTTPS_PORT/tmp/TestFile
> /etc/tmp/data/file1
> get: sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
> valid certification path to requested target
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)