Skip to content
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

Docker container is missing TLS certificates #306

Open
hbaerbel opened this issue Oct 21, 2024 · 1 comment
Open

Docker container is missing TLS certificates #306

hbaerbel opened this issue Oct 21, 2024 · 1 comment

Comments

@hbaerbel
Copy link

For everyone having "Reachability check not currently available, skipping test." or having still issues with "Stasis lock not yet released." while using docker environment.
In my case there where several missing TLS certificates. Especially quilibrium.com certificates.
I wrote a script to download every certificate used inside source code and changed Dockerfile.source to copy these crt-Files into Docker.
Now node is starting up now without issue.

@linquanisaac
Copy link
Contributor

linquanisaac commented Oct 23, 2024

You add below line in the last layer to the Dockerfile.source. here is the pr.

RUN apt-get update && apt-get install -y ca-certificates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants