From 6a2b24fa7107a3fd2a2d4f03c53a2e4a8fe41e51 Mon Sep 17 00:00:00 2001 From: liuxiao Date: Tue, 6 Jun 2023 02:07:24 +0800 Subject: [PATCH] fix: jdbc ssl mode parameter --- .../src/assembly/static/conf/graphs/hugegraph.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugegraph-dist/src/assembly/static/conf/graphs/hugegraph.properties b/hugegraph-dist/src/assembly/static/conf/graphs/hugegraph.properties index f920951807..5f77efe939 100644 --- a/hugegraph-dist/src/assembly/static/conf/graphs/hugegraph.properties +++ b/hugegraph-dist/src/assembly/static/conf/graphs/hugegraph.properties @@ -82,7 +82,7 @@ cassandra.password= #jdbc.password= #jdbc.reconnect_max_times=3 #jdbc.reconnect_interval=3 -#jdbc.sslmode=false +#jdbc.ssl_mode=false # postgresql & cockroachdb backend config #jdbc.driver=org.postgresql.Driver