This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 517e0966eb Should fix CI running TestSSLHostConfigCompat 517e0966eb is described below commit 517e0966eb438cd3e2cd41e178c17933fbb855ab Author: remm <r...@apache.org> AuthorDate: Fri Feb 9 14:16:31 2024 +0100 Should fix CI running TestSSLHostConfigCompat --- java/org/apache/tomcat/util/net/AprEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/AprEndpoint.java b/java/org/apache/tomcat/util/net/AprEndpoint.java index 6aafe6ac97..e8fb34cb83 100644 --- a/java/org/apache/tomcat/util/net/AprEndpoint.java +++ b/java/org/apache/tomcat/util/net/AprEndpoint.java @@ -413,7 +413,7 @@ public class AprEndpoint extends AbstractEndpoint<Long,Long> implements SNICallB sslContext.addCertificate(certificate); } - certificate.setSslContext(sslContext); + certificate.setSslContextGenerated(sslContext); logCertificate(certificate); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org