This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new f44f0e6785 Fix test configuration f44f0e6785 is described below commit f44f0e6785c7b2b83ff5c8abcc59536231e58f1c 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