From df4c270df3f320ea76cf55709e0d15efc81650bc Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Fri, 15 Jan 2021 17:38:38 +0100 Subject: [PATCH] Enable SNI in SSVM --- 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 1b473f64ebf9..83d7bf4f8b26 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 -Djsse.enableSNIExtension=true -Dlog.home=$LOGHOME -mx${maxmem}m -cp $CP com.cloud.agent.AgentShell $keyvalues $@