1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Update to Jetty 9.4.27

Fixes gh-7507
This commit is contained in:
Josh Cummings
2020-03-09 10:03:18 -06:00
parent 32c02fbedb
commit 8fa16ce63e
2 changed files with 12 additions and 12 deletions
@@ -66,7 +66,7 @@ class JettyCasService extends Server {
String password = System.getProperty('javax.net.ssl.trustStorePassword','password')
SslContextFactory sslContextFactory = new SslContextFactory();
SslContextFactory sslContextFactory = new SslContextFactory.Server();
sslContextFactory.setKeyStorePath(getTrustStore());
sslContextFactory.setKeyStorePassword(password);
sslContextFactory.setKeyManagerPassword(password);