Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit c5796c0

Browse files
authored
fix: Set loadDeafaultCA to true (#37)
1 parent 3f803c4 commit c5796c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clickhouse/config/server/network-and-logging.xml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<preferServerCiphers>true</preferServerCiphers>
4747
</server>
4848
<client>
49-
<loadDefaultCAFile>false</loadDefaultCAFile>
49+
<loadDefaultCAFile>true</loadDefaultCAFile>
5050
<caConfig>/etc/clickhouse-server/ca.crt</caConfig>
5151
<cacheSessions>true</cacheSessions>
5252
<disableProtocols>sslv2,sslv3</disableProtocols>

0 commit comments

Comments
 (0)