This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.19 by this push:
new 971a5b25ec3 Remove SNI option that is correct as default in _run.sh
(#10028)
971a5b25ec3 is described below
commit 971a5b25ec3a515fdc2513612a8a310224ab2461
Author: dahn <[email protected]>
AuthorDate: Fri Dec 6 14:46:17 2024 +0100
Remove SNI option that is correct as default in _run.sh (#10028)
---
systemvm/agent/scripts/_run.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemvm/agent/scripts/_run.sh b/systemvm/agent/scripts/_run.sh
index 1b473f64ebf..11158ecf5bd 100755
--- a/systemvm/agent/scripts/_run.sh
+++ b/systemvm/agent/scripts/_run.sh
@@ -60,4 +60,4 @@ if [ "$(uname -m | grep '64')" == "" ]; then
fi
fi
-java -Djavax.net.ssl.trustStore=./certs/realhostip.keystore
-Djdk.tls.ephemeralDHKeySize=2048 -Djsse.enableSNIExtension=false
-Dlog.home=$LOGHOME -mx${maxmem}m -cp $CP com.cloud.agent.AgentShell $keyvalues
$@
+java -Djavax.net.ssl.trustStore=./certs/realhostip.keystore
-Djdk.tls.ephemeralDHKeySize=2048 -Dlog.home=$LOGHOME -mx${maxmem}m -cp $CP
com.cloud.agent.AgentShell $keyvalues $@