|
@@ -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();
|