X509: certificate signed by unknown authority for https://tardigrade.io/trusted-satellites

Works on rpi4 too.

, as long as your post is longer than 20 chars

1 Like

Having the same problem on a new raspberry pi 4 install

Please show the result of the command:

docker pull storjlabs/storagenode

did the setup command, now i am back to the error x509: certificate signed by unknown authority same in the X509: certificate signed by unknown authority for https://tardigrade.io/trusted-satellites post. :pensive:

docker pull storjlabs/storagenode results:

Using default tag: latest
latest: Pulling from storjlabs/storagenode
e92c575fea6b: Already exists
fdbe0fb60210: Pull complete
a224a9e037fd: Pull complete
471c8fb23208: Pull complete
28c597448628: Pull complete
Digest: sha256:51e6a0e450c16120bb491b1e9a4adf0c2f370275b958a337b4f6392b9debbca8
Status: Downloaded newer image for storjlabs/storagenode:latest
docker.io/storjlabs/storagenode:latest<

Please, stop and remove the storagenode container and run it again with all your parameters: https://documentation.storj.io/setup/cli/storage-node#running-the-storage-node
Make sure that you updated your docker run command with new parameters.

I would like recommend to run a watchtower to update your storagenode automatically next time: https://documentation.storj.io/setup/cli/software-updates#automatic-updates

Hi, I am having the same problem and have followed the steps provided. The problem is exactly the same.

-12-13T14:47:17.248Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”}

2020-12-13T14:47:17.252Z INFO Operator email {“Address”: “*********@hotmail.com”}

2020-12-13T14:47:17.252Z INFO Operator wallet {“Address”: “0x************************************************”}

2020-12-13T14:47:17.689Z INFO Telemetry enabled {“instance ID”: “12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp”}

2020-12-13T14:47:17.737Z INFO db.migration Database Version {“version”: 46}

2020-12-13T14:47:18.711Z ERROR trust Failed to fetch URLs from source {“source”: “https://tardigrade.io/trusted-satellites”, “error”: “HTTP source: Get “https://tardigrade.io/trusted-satellites”: x509: certificate signed by unknown authority”, “errorVerbose”: “HTTP source: Get “https://tardigrade.io/trusted-satellites”: x509: certificate signed by unknown authority\n\tstorj.io/storj/storagenode/trust.(*HTTPSource).FetchEntries:63\n\tstorj.io/storj/storagenode/trust.(*List).fetchEntries:90\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:218\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:385\n\truntime.main:204”}

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

2020-12-13T14:48:12.453Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”}

2020-12-13T14:48:12.457Z INFO Operator email {“Address”: “***********@hotmail.com”}

2020-12-13T14:48:12.457Z INFO Operator wallet {“Address”: “0x************************************”}

2020-12-13T14:48:12.950Z INFO Telemetry enabled {“instance ID”: “12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp”}

2020-12-13T14:48:13.003Z INFO db.migration Database Version {“version”: 46}

2020-12-13T14:48:13.940Z ERROR trust Failed to fetch URLs from source {“source”: “https://tardigrade.io/trusted-satellites”, “error”: “HTTP source: Get “https://tardigrade.io/trusted-satellites”: x509: certificate signed by unknown authority”, “errorVerbose”: “HTTP source: Get “https://tardigrade.io/trusted-satellites”: x509: certificate signed by unknown authority\n\tstorj.io/storj/storagenode/trust.(*HTTPSource).FetchEntries:63\n\tstorj.io/storj/storagenode/trust.(*List).fetchEntries:90\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:218\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:385\n\truntime.main:204”}

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

Please, execute:

docker stop -t 300 storagenode
docker rm storagenode
docker image prune -a
docker pull storjlabs/storagenode

Make sure that your docker run command uses the storjlabs/storagenode:latest, run your node back with all your parameters.
Then check your logs

Exactly the same problem!

Here is my docker run command: sudo docker run -d --restart unless-stopped --stop-timeout 300 -p 28967:28967 -p 14002:14002 -e WALLET=“0x***************” -e EMAIL="******@hotmail.com" -e ADDRESS=".ddns.net:28967" -e STORAGE=“2TB” --mount type=bind,source=/srv/dev-disk-by-label-Files/Storj/Identity,destination=/app/identity --mount type=bind,source=/srv/dev-disk-by-label-Files/Storj/Storagenode,destination=/app/config --name storagenode storjlabs/storagenode:latest

Please, show the result of the command:

docker inspect storagenode -f '{{.Image}}'
docker images storjlabs/storagenode

BTW, your address specified as IP, not as a DDNS hostname. Make sure that it’s actual and match your WAN IP on the router and IP on https://www.yougetsignal.com/tools/open-ports/
Or you checked a wrong storagenode.

pi@gomme600:/srv/dev-disk-by-label-Files/Storj $ sudo docker inspect storagenode -f ‘{{.Image}}’
sha256:efb7528d1df312c0a478312ef3dd0072a322ef06d2bd4d5ee6baa75c941039c9

pi@gomme600:/srv/dev-disk-by-label-Files/Storj $ sudo docker images storjlabs/storagenode
REPOSITORY TAG IMAGE ID CREATED SIZE
storjlabs/storagenode latest efb7528d1df3 7 days ago 29.5MB

The ddns address works fine for nextcloud so it seems to be configured correctly.

I also tried to fix the problem by updating the certificates and commit the container ( update-ca-certificates). This solved the problem but another problem occured!
This was the error: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert", "

Unfortunately I do not have any aarch64 device.
Please, try to run this command:

docker run -it --entrypoint /bin/sh storjlabs/storagenode
# wget -O - https://tardigrade.io/trusted-satellites
# apk update
# apk add ca-certificates
# wget -O - https://tardigrade.io/trusted-satellites 
# exit

Please, show the output for both wget

pi@gomme600:~ $ sudo docker run -it --entrypoint /bin/sh storjlabs/storagenode
/app # wget -O - https://tardigrade.io/trusted-satellites
Connecting to tardigrade.io (104.198.14.52:443)
wget: error getting response: Connection reset by peer
/app # apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/aarch64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/aarch64/APKINDEX.tar.gz
v3.5.3-48-gdf489246d9 [http://dl-cdn.alpinelinux.org/alpine/v3.5/main]
v3.5.3-44-g08ec10f083 [http://dl-cdn.alpinelinux.org/alpine/v3.5/community]
OK: 7813 distinct packages available
/app # apk add ca-certificates
(1/1) Installing ca-certificates (20161130-r1)
Executing busybox-1.25.1-r0.trigger Executing ca-certificates-20161130-r1.trigger
OK: 5 MiB in 12 packages
/app # wget -O - https://tardigrade.io/trusted-satellites
Connecting to tardigrade.io (104.198.14.52:443)
wget: error getting response: Connection reset by peer

But running “apk add ca-certificates wget” works:

/app # apk add ca-certificates wget
(1/1) Installing wget (1.18-r4)
Executing busybox-1.25.1-r0.trigger OK: 5 MiB in 13 packages
/app # wget -O - https://tardigrade.io/trusted-satellites
–2020-12-13 17:27:10-- https://tardigrade.io/trusted-satellites
Resolving tardigrade.io… 104.198.14.52
Connecting to tardigrade.io|104.198.14.52|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 417 [text/plain]
Saving to: ‘STDOUT’

  •                  0%[                      ]       0  --.-KB/s               12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us-central-1.tardigrade.io:7777
    

12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs@europe-west-1.tardigrade.io:7777
121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6@asia-east-1.tardigrade.io:7777
1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE@saltlake.tardigrade.io:7777
12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB@europe-north-1.tardigrade.io:7777

  •                100%[=====================>]     417  --.-KB/s    in 0s
    

2020-12-13 17:27:11 (5.09 MB/s) - written to stdout [417/417]

/app #

I made a commit of that container and run it with the following run command: “pi@gomme600:~ $ sudo docker run -d --restart unless-stopped --stop-timeout 300 -p 28967:28967 -p 14002:14002 -e WALLET=“0x**********” -e EMAIL=“@hotmail.com" -e ADDRESS=".ddns.net:28967” -e STORAGE=“2TB” --mount type=bind,source=/srv/dev-disk-by-label-Files/Storj/Identity,destination=/app/identity --mount type=bind,source=/srv/dev-disk-by-label-Files/Storj/Storagenode,destination=/app/config --name storagenode_fixed storagenode_fixed:1.0 /entrypoint”

Here is the log:
2020-12-13T17:34:20.384Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”},
2020-12-13T17:34:20.435Z INFO Operator email {“Address”: **@hotmail.com"},
2020-12-13T17:34:20.435Z INFO Operator wallet {“Address”: "0x
"},
2020-12-13T17:34:21.281Z INFO Telemetry enabled {“instance ID”: “12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp”},
2020-12-13T17:34:21.348Z INFO db.migration Database Version {“version”: 46},
2020-12-13T17:34:22.578Z INFO preflight:localtime start checking local system clock with trusted satellites’ system clock.,
2020-12-13T17:34:23.428Z INFO preflight:localtime local system clock is in sync with trusted satellites’ system clock.,
2020-12-13T17:34:23.428Z INFO bandwidth Performing bandwidth usage rollups,
2020-12-13T17:34:23.429Z INFO Node 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp started,
2020-12-13T17:34:23.431Z INFO Public server started on [::]:28967,
2020-12-13T17:34:23.431Z INFO Private server started on 127.0.0.1:7778,
2020-12-13T17:34:23.429Z INFO trust Scheduling next refresh {“after”: “7h16m33.516380559s”},
2020-12-13T17:34:23.630Z ERROR contact:service ping satellite failed {“Satellite ID”: “12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”, “attempts”: 1, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:23.827Z ERROR contact:service ping satellite failed {“Satellite ID”: “12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB”, “attempts”: 1, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:24.125Z ERROR contact:service ping satellite failed {“Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “attempts”: 1, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:24.627Z ERROR contact:service ping satellite failed {“Satellite ID”: “1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”, “attempts”: 1, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:24.804Z ERROR contact:service ping satellite failed {“Satellite ID”: “12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”, “attempts”: 2, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:24.941Z ERROR contact:service ping satellite failed {“Satellite ID”: “121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”, “attempts”: 1, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:25.244Z ERROR contact:service ping satellite failed {“Satellite ID”: “12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB”, “attempts”: 2, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:25.796Z ERROR contact:service ping satellite failed {“Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “attempts”: 2, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:26.974Z ERROR contact:service ping satellite failed {“Satellite ID”: “12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”, “attempts”: 3, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:27.143Z ERROR contact:service ping satellite failed {“Satellite ID”: “1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”, “attempts”: 2, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:27.346Z ERROR contact:service ping satellite failed {“Satellite ID”: “121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”, “attempts”: 2, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:27.584Z ERROR contact:service ping satellite failed {“Satellite ID”: “12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB”, “attempts”: 3, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:28.451Z ERROR contact:service ping satellite failed {“Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “attempts”: 3, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:30.413Z ERROR contact:service ping satellite failed {“Satellite ID”: “1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”, “attempts”: 3, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:30.806Z ERROR contact:service ping satellite failed {“Satellite ID”: “121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”, “attempts”: 3, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},
2020-12-13T17:34:31.165Z ERROR contact:service ping satellite failed {“Satellite ID”: “12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”, “attempts”: 4, “error”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12VdhXf3NCUPaLUK9FxtF8xCc4dvSey79jCGwhveN4bLTxgrwjp) at address gomme600.ddns.net:28967: rpc: tls peer certificate verification error: not signed by any CA in the whitelist: CA cert\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”},

No, the commit will not help. The image should be rebuilt.

At the moment I can only suggest to use the storjlabs/storagenode:arm on your device