[java-idp-jetty-base] 06/06: IDP-1110 - Make HTTPS port 443 instead of 8443

Tom Zeller tzeller at dragonacea.biz
Wed Apr 25 18:25:23 EDT 2018


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

tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.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