-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AWS S3 Backup fails with SSL_CTX_load_verify_locations #3010
Comments
Same here, thought it was linked to openssl3 upcoming requirements. Any idea |
Same here with google s3 |
I have seen the same error message and a workaround like below to add symbolic link was posted at GitLab Forum. The post said that "Ruby is looking for /usr/lib/ssl/cert.pem and it wasn’t there". This method quite worked for me. ln -s /etc/ssl/certs/ca-certificates.crt /usr/lib/ssl/cert.pem Also, I implemented this workaround in PR #3016 as commit d8d7804, so if the PR is approved and merged, I think this issue would be resolved. |
Just tested, works well. Thanks for the tip! Btw, would have been better to keep the fix in another PR. |
fix(#3010) Add symbolic link to the correct location of ca-cert file
I configured automatic backups with storing the backup archive in AWS S3 (self hosted minio cluster). After upgrade the docker image from 17.1.1 to 17.3.2 the backup configuration fails with a SSL error
SSL_CTX_load_verify_locations
. The configuration is not changed. Server certificate of minio cluster is a Let's Encrypt certificate.Configuration:
Log extract:
The text was updated successfully, but these errors were encountered: