QuilibriumNetwork / ceremonyclient

Mirror of Quilibrium git repo: ceremonyclient
GNU Affero General Public License v3.0
95 stars 41 forks source link

Docker container is missing TLS certificates #306

Open hbaerbel opened 4 weeks ago

hbaerbel commented 4 weeks ago

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 commented 4 weeks ago

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