Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: br备份到S3报错(x509: certificate signed by unknown authority)
[Test Environment for TiDB] Testing
[TiDB Version] v6.1.0
[Reproduction Steps]
- Install MinIO and configure HTTPS access
br backup full --pd 172.172.31.133:12379 --storage s3://tidb/bak_20221117/ --send-credentials-to-tikv=true --s3.endpoint “https://192.168.216.166:44088” --ratelimit 128 - Error occurs when using br to backup to S3
[Issue: Symptoms and Impact]
How to configure the S3 certificate path or configure to ignore certificate verification when br backs up to S3?
[Resource Configuration]
[Attachments: Screenshots/Logs/Monitoring]
[“failed to request s3, retrying”] [error=“RequestError: send request failed\ncaused by: x509: certificate signed by unknown authority”]