Skip to content

Commit 69974c2

Browse files
committed
all green so test more ssl handling
1 parent e7ccc6c commit 69974c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environment/start-wilma-environment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sleep 10s
1010
#in case JDK 13 is in use, it might be necessary to add further jdk parameters: -Djdk.tls.namedGroups="secp256r1, secp384r1, ffdhe2048, ffdhe3072"
1111
cd /opt/wilma/testenv/wilma
1212
java -version
13-
nohup /usr/bin/java -Xmx512m -Djdk.tls.namedGroups="secp256r1, secp384r1, ffdhe2048, ffdhe3072" -jar wilma.jar wilma.conf.properties > wilma.out 2>&1 &
13+
nohup /usr/bin/java -Xmx512m -jar wilma.jar wilma.conf.properties > wilma.out 2>&1 &
1414

1515
# start test-server
1616
cd /opt/wilma/testenv/test-server

0 commit comments

Comments
 (0)