You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: