-
Notifications
You must be signed in to change notification settings - Fork 13
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
error with https tls using hybrid-s3 storage #146
Comments
Hi and thanks for all warm words. I guess that error might happen because of some SSL error within docker container. Can you build an image based on rustus with Openssl installed and try it once again? FROM s3rius/rustus:0.7.6
RUN apt-get update \
&& apt-get install -y libssl-dev \
&& apt-get clean |
i figured it out Unfortunately this is not work
But i remembered how I was faced with the problem with reqwest crate , it could not send requests to https from my prod in another project. Then these dependencies helped me. Thank you for suggesting a solution. After that I created this image and used it in the values, everything worked and now the files are uploaded to s3. Also your chart organized very flexible to configure it, very convenient.
|
Thank you for figuring it out. Let's keep the issue open, until ca-certs won't be added into image. |
I found that resume not working on my configuration, just caution for who will use ingress nginx controller i found in the docs RUSTUS_BEHIND_PROXY="true" to enable on nginx proxy ip resolving but it not applicable in my case
|
It would be nice to add this entry somewhere in docs. I'll do it. |
that would be nice |
i am deployed rustus with helm chart providing changing only these values
Everything deployed as expected including cert issuing by my cert maker but that must not related to error
Some info about cluster. Its quite simple eks cluster with nginx ingress controller cert-maker ebs-csi-controller
But on the cluster i got this
its kind a openssl related error? Due to connection to s3 on https?
Or maybe i just misunderstanding configuration and i need provide more envs in prod like token session etc?
And please proof me if i wrong in using s3 url
(i am also cloned original repo and tested locally with this env and s3 syncing, all works as expected without errors and i can see my files on s3 side)
Also, in any case, I want to thank you for the work done, this project is very cool, well thought out and interesting!
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: