This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 94891e2a56 Fix test configuration 94891e2a56 is described below commit 94891e2a5684e392cc44c9163157f18f3e9c031b Author: remm <r...@apache.org> AuthorDate: Wed Jul 10 20:37:47 2024 +0200 Fix test configuration --- test/org/apache/tomcat/util/net/TestSsl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/org/apache/tomcat/util/net/TestSsl.java b/test/org/apache/tomcat/util/net/TestSsl.java index 29316b0a3b..736f1e1072 100644 --- a/test/org/apache/tomcat/util/net/TestSsl.java +++ b/test/org/apache/tomcat/util/net/TestSsl.java @@ -232,6 +232,8 @@ public class TestSsl extends TomcatBaseTest { TesterSupport.initSsl(tomcat, TesterSupport.LOCALHOST_KEYPASS_JKS, null, TesterSupport.JKS_PASS_FILE, null, TesterSupport.JKS_KEY_PASS_FILE); + TesterSupport.configureSSLImplementation(tomcat, sslImplementationName, useOpenSSL); + tomcat.start(); ByteChunk res = getUrl("https://localhost:" + getPort() + "/examples/servlets/servlet/HelloWorldExample"); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org