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.
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.