YARN-4562. YARN WebApp ignores the configuration passed to it for keystore settings. Contributed by Sergey Shelukhin.

(cherry picked from commit 07920acc16)
(cherry picked from commit 4baee3eb67)
This commit is contained in:
Varun Vasudev 2016-04-11 09:39:57 +05:30
parent f8b6aa1ed1
commit 341457a0f2
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ public class WebApps {
}
if (httpScheme.equals(WebAppUtils.HTTPS_PREFIX)) {
WebAppUtils.loadSslConfiguration(builder);
WebAppUtils.loadSslConfiguration(builder, conf);
}
HttpServer2 server = builder.build();