ClickHouse/tests/config/config.d/secure_ports.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
349 B
XML
Raw Normal View History

<clickhouse>
<https_port>8443</https_port>
<tcp_port_secure>9440</tcp_port_secure>
2020-02-22 01:35:28 +00:00
<openSSL>
<client>
2020-02-22 14:26:39 +00:00
<invalidCertificateHandler replace="replace">
2021-07-21 01:47:56 +00:00
<name>AcceptCertificateHandler</name> <!-- For tests only -->
2020-02-22 01:35:28 +00:00
</invalidCertificateHandler>
</client>
</openSSL>
</clickhouse>