ClickHouse/tests/config/config.d/secure_ports.xml
2021-09-20 01:38:53 +03:00

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>