Skip to content

Commit 971a5b2

Browse files
authored
Remove SNI option that is correct as default in _run.sh (#10028)
1 parent 47f6019 commit 971a5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemvm/agent/scripts/_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ if [ "$(uname -m | grep '64')" == "" ]; then
6060
fi
6161
fi
6262

63-
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 $@
63+
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 $@

0 commit comments

Comments
 (0)