1
0
mirror of synced 2025-12-20 02:23:30 -05:00
Files
airbyte/airbyte-integrations/connectors/source-clickhouse-strict-encrypt

Clickhouse Strict Encrypt Test Configuration

In order to test the Clickhouse destination, you need to have the up and running Clickhouse database that has SSL enabled.

This connector inherits the Clickhouse source, but support SSL connections only.

Integration tests

For ssl test custom image is used. To push it run this command under the tools\integration-tests-ssl dir: docker build -t your_user/clickhouse-with-ssl:dev -f Clickhouse.Dockerfile .