basapuram-kumar opened a new pull request, #3974: URL: https://github.com/apache/ambari/pull/3974
## What changes were proposed in this pull request? Use SslContextFactory.Server() instead of SslContextFactory() when constructing the factory. With Jetty 9.4.x, the base constructor fails to handle a KeyStore with multiple certificates in it. ` Caused by: java.lang.IllegalStateException: KeyStores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory. (Use org.eclipse.jetty.util.ssl.SslContextFactory$Server or org.eclipse.jetty.util.ssl.SslContextFactory$Client instead) ` This proposed fix will be handling this issue. ## How was this patch tested? With the fix, built the packaging and reinstalled the ambari on a lab cluster, and tested it, Able to upgrade the ambari server when it has Multiple SAN entries. More details are added at [AMBARI-26428](https://issues.apache.org/jira/browse/AMBARI-26428) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For additional commands, e-mail: dev-h...@ambari.apache.org