-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom TLS self-signed cert for S3 return error even when S3_DISABLE_CERT_VALIDATION=true #960
Comments
S3_ENDPOINT: xxxxxxxx what exactly endpoint do you use? |
Which s3 provider do you trying to use? minio? |
I have tried with both but getting these error in two different case case 1: http://yourhost:port/?
case2: https://yourhost:port/?
Yes I'm using MINIO |
ok. how exactly do you run minio? remove S3_DISABLE_SSL: "true" and continue to use https://xxx:30000/ |
Minio is deployed using Operator in k8s and this secured one [SSL integrated] This is our centralized MINIO. In our another env I have tested backup with unsecured MINIO [without SSL integration] and that is working fine |
After removing
|
@sanjeev3d could you check 2.5.22 version with |
@sanjeev3d try to setup the bucket with |
@2peter3 is issue still relevant for you with minio on 2.6.2 clickhouse-backup version? |
An error occurred while attempting to upload a backup to S3 [MINIO]. The error message indicates that the maximum number of attempts was exceeded and there was a failure to verify the TLS certificate.
Error Message
The configmap for clickhouse-backup container is as follows:
The text was updated successfully, but these errors were encountered: