Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The conf can be passed to WebApps builder, however the following code in WebApps.java that builds the HttpServer2 object:
if (httpScheme.equals(WebAppUtils.HTTPS_PREFIX)) { WebAppUtils.loadSslConfiguration(builder); }
...results in loadSslConfiguration creating a new Configuration object; the one that is passed in is ignored, as far as the keystore/etc. settings are concerned. loadSslConfiguration has another overload with Configuration parameter that should be used instead.
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-4669 MRAM web UI does not work with HTTPS
- Resolved
-
YARN-6457 Allow custom SSL configuration to be supplied in WebApps
- Resolved