This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch
9962-ssvm-unable-to-find-valid-certification-path-to-requested-target
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to
refs/heads/9962-ssvm-unable-to-find-valid-certification-path-to-requested-target
by this push:
new 97f3b41ae36 Remove SNI option that is correct as default in _run.sh
97f3b41ae36 is described below
commit 97f3b41ae3633d010b65ff1617ee074c722f7e6c
Author: dahn <[email protected]>
AuthorDate: Tue Dec 3 11:47:24 2024 +0100
Remove SNI option that is correct as default in _run.sh
---
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 $@