YARN-4562. YARN WebApp ignores the configuration passed to it for keystore settings. Contributed by Sergey Shelukhin.
(cherry picked from commit07920acc16
) (cherry picked from commit4baee3eb67
)
This commit is contained in:
parent
f8b6aa1ed1
commit
341457a0f2
|
@ -255,7 +255,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