[
https://issues.apache.org/jira/browse/HADOOP-16524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17339869#comment-17339869
]
Ayush Saxena commented on HADOOP-16524:
---------------------------------------
In case there is no solution found, Can try this:
{noformat}
@Test (timeout=300000)
public void testHttpsBindHostKey() throws Exception {
+ conf.set(DFS_SERVER_HTTPS_KEYSTORE_RESOURCE_KEY,
+ KeyStoreTestUtil.getServerSSLConfigFileName());
LOG.info("Testing behavior without " +
DFS_JOURNALNODE_HTTPS_BIND_HOST_KEY);
{noformat}
Adding this conf, makes things work for me. [~borislav.iordanov] can you try
once and if it works for you as well, can you raise an Addendum PR/patch to fix
the test.
> Automatic keystore reloading for HttpServer2
> --------------------------------------------
>
> Key: HADOOP-16524
> URL: https://issues.apache.org/jira/browse/HADOOP-16524
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Kihwal Lee
> Assignee: Borislav Iordanov
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.3.1, 3.4.0
>
> Attachments: HADOOP-16524.patch
>
> Time Spent: 5h 50m
> Remaining Estimate: 0h
>
> Jetty 9 simplified reloading of keystore. This allows hadoop daemon's SSL
> cert to be updated in place without having to restart the service.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]