#Hi! One possible cause is that the certs
1 messages · Page 1 of 1 (latest)
Hmm, we did think of that and our tool kills any existing dagger engine after copying over the certificates.
that's a serious wrapper 🙂
Unrelated to your issue but i'm very interested in that wrapper, specifically in what gaps we can fill in dagger to kill the wrapper.
Since in the long run the UX is always better when you don't need to wrap it.
does it remove the container or only stop it?
docker rm -vf dagger-engine-v0.18.19
which should stop and remove the container entirely
indeed
Can I view any logs to confirm that dagger-engine is checking for those certificates?
cc <@&946480760016207902>
I figured it out: https://github.com/dagger/dagger/pull/11206
Clarify the locations for writing custom CA certificates on different operating systems.
I ran into this while trying to get my coworker's macOS machine set up with dagger.
All my testing had the certificates in ~/.config/dagger/ca-certificates. That only works in Linux.
Nice. So you and your coworker were using different host OS?