ClickHouse/tests/config/config.d/secure_ports.xml
Alexey Milovidov 09449cc101 Whitespaces
2021-07-21 04:47:56 +03:00

14 lines
341 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>