Skip to content

Commit

Permalink
tls 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Feb 12, 2024
1 parent 4d60e3d commit 88a8ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/clickhouse/clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func connect(ctx context.Context, config *protos.ClickhouseConfig) (*sql.DB, err
Username: config.User,
Password: config.Password,
},
TLS: &tls.Config{},
TLS: &tls.Config{MinVersion: tls.VersionTLS13},
Compression: &clickhouse.Compression{Method: clickhouse.CompressionLZ4},
ClientInfo: clickhouse.ClientInfo{
Products: []struct {
Expand Down

0 comments on commit 88a8ecc

Please sign in to comment.