Wellington Chevreuil created HDFS-8509: ------------------------------------------
Summary: Support different passwords for key and keystore on HTTPFS using SSL. This requires for a Tomcat version update. Key: HDFS-8509 URL: https://issues.apache.org/jira/browse/HDFS-8509 Project: Hadoop HDFS Issue Type: Task Components: webhdfs Affects Versions: 2.7.0 Reporter: Wellington Chevreuil Assignee: Wellington Chevreuil Priority: Minor Currently, SSL for HTTPFS requires that keystore/truststore and key passwords be the same. This is a limitation from Tomcat version 6, which didn't have support for different passwords. From Tomcat 7, this is now possible by defining "keyPass" property for "Connector" configuration on Tomcat's server.xml file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)