mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
17 lines
629 B
XML
17 lines
629 B
XML
|
<!-- Config for connecting to test server in Arcadia -->
|
||
|
<yandex>
|
||
|
<tcp_port>59000</tcp_port>
|
||
|
<tcp_port_secure>59440</tcp_port_secure>
|
||
|
<openSSL>
|
||
|
<client>
|
||
|
<loadDefaultCAFile>true</loadDefaultCAFile>
|
||
|
<cacheSessions>true</cacheSessions>
|
||
|
<disableProtocols>sslv2,sslv3</disableProtocols>
|
||
|
<preferServerCiphers>true</preferServerCiphers>
|
||
|
<verificationMode>none</verificationMode>
|
||
|
<invalidCertificateHandler>
|
||
|
<name>AcceptCertificateHandler</name>
|
||
|
</invalidCertificateHandler>
|
||
|
</client>
|
||
|
</openSSL>
|
||
|
</yandex>
|