Skip to content

Commit dca700d

Browse files
authored
Https Clickhouse (#332)
1 parent e48f81f commit dca700d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bb8-redis = "0.24.0"
2727
bytes = "1.10.1"
2828
chrono = { version = "0.4", features = ["serde"] }
2929
colored = "3.0.0"
30-
clickhouse = { version = "0.13.3" }
30+
clickhouse = { version = "0.13.3", features = ["rustls-tls"] }
3131
csv = "1.3.1"
3232
deadpool = { version = "0.12", features = ["rt_tokio_1"] }
3333
deadpool-lapin = "0.13"

documentation/docs/pages/docs/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Bug fixes
1010
-------------------------------------------------
11+
- fix: allow https connections for clickhouse
1112

1213
### Breaking changes
1314
-------------------------------------------------

0 commit comments

Comments
 (0)