[java-idp-plugin-jetty] 41/186: IDP-1110 - Make HTTPS port 443 instead of 8443
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:32 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=b8500d351bfc04910f3117c87b95b738e8187979
commit b8500d351bfc04910f3117c87b95b738e8187979
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Apr 25 17:24:24 2018 -0500
IDP-1110 - Make HTTPS port 443 instead of 8443
https://issues.shibboleth.net/jira/browse/IDP-1110
---
src/main/resources/jetty-base/start.d/idp.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/jetty-base/start.d/idp.ini b/src/main/resources/jetty-base/start.d/idp.ini
index cb5d3ce..f0a7f5c 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini
+++ b/src/main/resources/jetty-base/start.d/idp.ini
@@ -12,7 +12,7 @@
# jetty.ssl.host=0.0.0.0
## Connector port to listen on
-# jetty.ssl.port=8443
+jetty.ssl.port=443
# Path to IdP WAR (dir or file), relative to ${jetty.base} directory
# jetty.war.path=../war/idp.war
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list