[java-idp-plugin-jetty] branch main updated: JJETTY-34 Remove the setting of jdk.tls.ephemeralDHKeySize
Codeberg
noreply at shibboleth.net
Fri Nov 14 13:27:34 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/b219b60b41df36f913de3b29bfedbd9041be2976
The following commit(s) were added to refs/heads/main by this push:
new b219b60 JJETTY-34 Remove the setting of jdk.tls.ephemeralDHKeySize
b219b60 is described below
commit b219b60b41df36f913de3b29bfedbd9041be2976
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Nov 14 11:29:02 2025 +0000
JJETTY-34 Remove the setting of jdk.tls.ephemeralDHKeySize
https://shibboleth.atlassian.net/browse/JJETTY-34
---
.../src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat | 2 +-
.../src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat | 2 +-
.../src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh | 2 +-
.../src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
index 16a3034..f9b5730 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
@@ -131,7 +131,7 @@ SET PORTPASS=%random%-%random%-%random%-%random%
SET PR_DISPLAYNAME=Shibboleth IdP Daemon
SET PR_DESCRIPTION=Runs the Jetty Container
SET PR_CLASSPATH=%%JETTY_HOME%%\start.jar
-SET PR_JVMOPTIONS=-Didp.home=%IDP_HOME_UNIX%;-Djdk.tls.ephemeralDHKeySize=2048;-Djava.io.tmpdir=%JETTY_TMP%;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
+SET PR_JVMOPTIONS=-Didp.home=%IDP_HOME_UNIX%;-Djava.io.tmpdir=%JETTY_TMP%;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
SET PR_JVMMX=2048
SET PR_JVM=auto
SET PR_JAVAHOME=%JAVA_HOME%
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
index d6de300..810a10f 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.bat
@@ -49,7 +49,7 @@ if not exist "%JETTY_BASE%\start.d" (
exit /b
)
-set JVM_ARGS=-Didp.home="%IDP_HOME_UNIX%" -Djdk.tls.ephemeralDHKeySize=2048 -Djava.io.tmpdir="%JETTY_TMP%" -XX:+UseG1GC
+set JVM_ARGS=-Didp.home="%IDP_HOME_UNIX%" -Djava.io.tmpdir="%JETTY_TMP%" -XX:+UseG1GC
SET JETTY_ARGS=jetty.base="%JETTY_BASE%" jetty.logging.dir="%IDP_HOME_WINDOWS%\logs"
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
index 14c1e5b..9706f3a 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
@@ -54,7 +54,7 @@ if [ ! -e "$JETTY_TMP" ] ; then
fi
-JVM_ARGS="-Didp.home=$IDP_HOME -Djdk.tls.ephemeralDHKeySize=2048 -Djava.io.tmpdir=$JETTY_TMP -XX:+UseG1GC"
+JVM_ARGS="-Didp.home=$IDP_HOME -Djava.io.tmpdir=$JETTY_TMP -XX:+UseG1GC"
JETTY_ARGS="jetty.base=$JETTY_BASE jetty.logging.dir=$IDP_HOME/logs --exec"
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat
index 47c7675..ddac235 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.bat
@@ -96,7 +96,7 @@ REM
REM And set up the rest to be appended
REM
SET PORTPASS=%random%-%random%-%random%-%random%
-SET PR_JVMOPTIONS=-Djdk.tls.ephemeralDHKeySize=2048;-Djava.io.tmpdir=%JETTY_TMP%;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
+SET PR_JVMOPTIONS=-Djava.io.tmpdir=%JETTY_TMP%;-Dlogback.configurationFile=%JETTY_BASE%\resources\logback.xml;-XX:+UseG1GC
SET PR_STARTPARAMS=STOP.KEY=%PORTPASS%;jetty.base=%JETTY_BASE%;jetty.logging.dir=%IDP_HOME_WINDOWS%\logs
SET PR_STOPPARAMS=%PR_STARTPARAMS%
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list