Update to Jetty 9.4.27
Fixes gh-7507
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user