Hi, it looks like the newest docker image (IMAGE ID = ba7e12155ec9
) does not have the CA required for https://tardigrade.io/trusted-satellites. Symptoms:
From a log file of a restarted node:
2020-12-05T15:31:40.798Z FATAL Unrecoverable error {"error": "trust: failed to fetch from source \"https://tardigrade.io/trusted-satellites\": HTTP source: Get \"https://tardigrade.io/trusted-satellites\": x509: certificate signed by unknown authority", "errorVerbose": "trust: failed to fetch from source \"https://tardigrade.io/trusted-satellites\": HTTP source: Get \"https://tardigrade.io/trusted-satellites\": x509: certificate signed by unknown authority\n\tstorj.io/storj/storagenode/trust.(*List).fetchEntries:96\n\tstorj.io/storj/storagenode/trust.(*List).FetchURLs:49\n\tstorj.io/storj/storagenode/trust.(*Pool).fetchURLs:240\n\tstorj.io/storj/storagenode/trust.(*Pool).Refresh:177\n\tstorj.io/storj/storagenode.(*Peer).Run:781\n\tmain.cmdRun:210\n\tstorj.io/private/process.cleanup.func1.4:362\n\tstorj.io/private/process.cleanup.func1:380\n\tgithub.com/spf13/cobra.(*Command).execute:842\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:950\n\tgithub.com/spf13/cobra.(*Command).Execute:887\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.ExecCustomDebug:70\n\tmain.main:338\n\truntime.main:204"}
From a container of a node I did not restart yet:
root@x:~# docker exec -it d0653897873a sh
/app # wget https://tardigrade.io/trusted-satellites
Connecting to tardigrade.io (104.198.14.52:443)
ssl_client: tardigrade.io: certificate verification failed: unable to get local issuer certificate
wget: error getting response: Connection reset by peer
/app #