Commit 901bad0
committed
fix(clickhouse): error on unexpected CA cert read failures in directory TLS
Distinguish "file not found" (ca.crt is optional) from other read errors
(e.g. permission denied) that would otherwise be silently swallowed,
leading to confusing TLS failures downstream.1 parent 29f3711 commit 901bad0
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
259 | 260 | | |
260 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
261 | 266 | | |
262 | 267 | | |
263 | 268 | | |
| |||
0 commit comments