[cpp-sp] branch main updated: Switch default to IP address from localhost.
Codeberg
noreply at shibboleth.net
Tue Dec 9 14:45:40 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/11d8293a1e3ce5e11b4bc509e5eca90116f8448c
The following commit(s) were added to refs/heads/main by this push:
new 11d8293a Switch default to IP address from localhost.
11d8293a is described below
commit 11d8293a1e3ce5e11b4bc509e5eca90116f8448c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 9 09:45:29 2025 -0500
Switch default to IP address from localhost.
---
configs/agent.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/agent.ini b/configs/agent.ini
index e9a2bf58..983a37c2 100644
--- a/configs/agent.ini
+++ b/configs/agent.ini
@@ -9,7 +9,7 @@ defaultLevel = INFO
[remoting]
agentID = localhost
# For remote Hub, use https://, set authMethod to basic, and provide CA and secret
-baseURL = http://localhost:8080/idp/profile/sp/
+baseURL = http://127.0.0.1:8080/idp/profile/sp/
#authMethod = none
#authCachingCookie = __Host-JSESSIONID
#tlsCAFile = trustlist.pem
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list