2020-02-22 01:35:28 +00:00
|
|
|
<!-- Config set into /etc/clickhouse-client/. It's used if no other configs are found. -->
|
|
|
|
<config>
|
|
|
|
<openSSL>
|
|
|
|
<client>
|
|
|
|
<loadDefaultCAFile>true</loadDefaultCAFile>
|
|
|
|
<cacheSessions>true</cacheSessions>
|
|
|
|
<disableProtocols>sslv2,sslv3</disableProtocols>
|
|
|
|
<preferServerCiphers>true</preferServerCiphers>
|
|
|
|
<invalidCertificateHandler>
|
|
|
|
<name>AcceptCertificateHandler</name> <!-- For tests only-->
|
|
|
|
</invalidCertificateHandler>
|
|
|
|
</client>
|
|
|
|
</openSSL>
|
2022-08-12 13:30:46 +00:00
|
|
|
|
2022-08-12 19:01:45 +00:00
|
|
|
<!-- Default timeout is 5 sec. Set it to 10 to avoid tests flakiness with slow builds (debug, tsan) -->
|
2022-08-12 13:30:46 +00:00
|
|
|
<sync_request_timeout>10</sync_request_timeout>
|
2023-11-27 13:39:28 +00:00
|
|
|
|
|
|
|
<!-- Directory containing the proto files for the well-known Protobuf types. -->
|
|
|
|
<google_protos_path>/usr/share/clickhouse/protos/</google_protos_path>
|
|
|
|
|
2020-02-22 01:35:28 +00:00
|
|
|
</config>
|