[java-idp-integration-tests] branch main updated: Fix tests when running on EC2 - do not run IdP only on localhost

Codeberg noreply at shibboleth.net
Thu Apr 30 15:59:58 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/4614a8a024e6fb15f1a516b1af109685b6d214bd

The following commit(s) were added to refs/heads/main by this push:
     new 4614a8a  Fix tests when running on EC2 - do not run IdP only on localhost
4614a8a is described below

commit 4614a8a024e6fb15f1a516b1af109685b6d214bd
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Apr 29 18:23:34 2026 -0500

    Fix tests when running on EC2 - do not run IdP only on localhost
---
 src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java b/src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java
index a2a8a4d..244e38b 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java
@@ -868,6 +868,7 @@ public abstract class BaseTest {
             // Jetty with jetty-base 9.4+ listens on all addresses by default
             replaceProperty(pathToJettyIdPIni, "jetty.http.host", privateSecureAddress);
             replaceProperty(pathToJettyIdPIni, "jetty.http.port", Integer.toString(port));
+            replaceProperty(pathToJettyIdPIni, "jetty.ssl.host", "0.0.0.0");
             replaceProperty(pathToJettyIdPIni, "jetty.ssl.port", Integer.toString(securePort));
 
             // Jetty 9.4 backchannel host and port

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list