YARN-4562. YARN WebApp ignores the configuration passed to it for keystore settings. Contributed by Sergey Shelukhin.
This commit is contained in:
parent
1b78b2ba17
commit
07920acc16
|
@ -270,7 +270,7 @@ public class WebApps {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (httpScheme.equals(WebAppUtils.HTTPS_PREFIX)) {
|
if (httpScheme.equals(WebAppUtils.HTTPS_PREFIX)) {
|
||||||
WebAppUtils.loadSslConfiguration(builder);
|
WebAppUtils.loadSslConfiguration(builder, conf);
|
||||||
}
|
}
|
||||||
|
|
||||||
HttpServer2 server = builder.build();
|
HttpServer2 server = builder.build();
|
||||||
|
|
Loading…
Reference in New Issue