mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
14 lines
349 B
XML
14 lines
349 B
XML
<clickhouse>
|
|
<https_port>8443</https_port>
|
|
<tcp_port_secure>9440</tcp_port_secure>
|
|
|
|
<openSSL>
|
|
<client>
|
|
<invalidCertificateHandler replace="replace">
|
|
<name>AcceptCertificateHandler</name> <!-- For tests only -->
|
|
</invalidCertificateHandler>
|
|
</client>
|
|
</openSSL>
|
|
|
|
</clickhouse>
|