mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
84e5870b71
* Revert "Revert "improve CI with digest for docker, build and test jobs"" * fix: docker manifest merge for missing images only
18 lines
603 B
XML
18 lines
603 B
XML
<!--
|
|
This config is used to upload test results to a public ClickHouse instance.
|
|
It has bad certificates so we ignore them.
|
|
-->
|
|
<config>
|
|
<openSSL>
|
|
<client>
|
|
<loadDefaultCAFile>true</loadDefaultCAFile>
|
|
<cacheSessions>true</cacheSessions>
|
|
<disableProtocols>sslv2,sslv3</disableProtocols>
|
|
<preferServerCiphers>true</preferServerCiphers>
|
|
<invalidCertificateHandler>
|
|
<name>AcceptCertificateHandler</name> <!-- For tests only-->
|
|
</invalidCertificateHandler>
|
|
</client>
|
|
</openSSL>
|
|
</config>
|