Skip to content

Commit

Permalink
SED-930 The controller fail to start when configuring a keystore with…
Browse files Browse the repository at this point in the history
… a wildcard domain
  • Loading branch information
david-stephan committed Jan 27, 2022
1 parent 3f9d92c commit 2bdcb1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private void setupConnectors() {
HttpConfiguration https = new HttpConfiguration();
https.addCustomizer(new SecureRequestCustomizer());

SslContextFactory sslContextFactory = new SslContextFactory();
SslContextFactory sslContextFactory = new SslContextFactory.Server();
sslContextFactory.setKeyStorePath(configuration.getProperty("ui.ssl.keystore.path"));
sslContextFactory.setKeyStorePassword(configuration.getProperty("ui.ssl.keystore.password"));
sslContextFactory.setKeyManagerPassword(configuration.getProperty("ui.ssl.keymanager.password"));
Expand Down

0 comments on commit 2bdcb1a

Please sign in to comment.