Altinity / clickhouse-backup

Tool for easy backup and restore for ClickHouse® using object storage for backup files.
https://altinity.com
Other
1.25k stars 225 forks source link

SSL Clickhouse error: can't connect to clickhouse: x509: certificate signed by unknown authority #410

Closed DipalPrajapati closed 2 years ago

DipalPrajapati commented 2 years ago

I am not able to take the backup of containerised plus secure clickhouse. It is giving below error.

clickhouse-backup create 2022/03/09 17:45:53.501070 error can't connect to clickhouse: x509: certificate signed by unknown authority

Slach commented 2 years ago

Currently, clickhouse-backup doesn't support custom CA and self-signed certs

as quick workaround, you can apply follow configuration:

clickhouse:
  skip_verify: true
DipalPrajapati commented 2 years ago

Worked , thanks. Please move to close.