project icon indicating copy to clipboard operation
project copied to clipboard

Redis: Use TLS in Redis Cluster backup restore (redis-dump-go)

Open Neaj-Morshad-101 opened this issue 1 year ago • 0 comments

TLS-enabled Redis cluster backup using redis-dump-go is not working.

related links:

  • https://github.com/kubedb/redis-cluster-backup
  • https://github.com/kubedb/redis-dump-go

issue: redis-dump-go --tls --cacert /kubestash-tmp/ca.crt --cert /kubestash-tmp/tls.crt --key /kubestash-tmp/tls.key -host rd-cluster-tls.demo.svc -port 6379 --set-total-keys x509: certificate is valid for 127.0.0.1, not 10.244.0.204

Neaj-Morshad-101 avatar Nov 08 '23 12:11 Neaj-Morshad-101