ClickHouse/tests/config/config.d/secure_ports.xml
2020-09-24 13:21:34 +03:00

14 lines
340 B
XML

<yandex>
<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>
</yandex>