Github or Maidsafe problem?

So I decided to break out my collection of SBCs (including the older Pis donated by @neik - muchos appreciated) and finally get a proper subnet of all my SBCs together.

Finally find the correct memory card for the first one and get started. Then a sudden halt…

safe@bananapi:~$ wget https://github.com/maidsafe/safe_network/releases/download/0.1.0-0.20.10-0.15.5-0.6.4-0.82.5-0.80.4-0.80.4-0.74.2-0.1.4/safe-0.74.2-aarch64-unknown-linux-musl.tar.gz
--2023-03-24 20:52:28--  https://github.com/maidsafe/safe_network/releases/download/0.1.0-0.20.10-0.15.5-0.6.4-0.82.5-0.80.4-0.80.4-0.74.2-0.1.4/safe-0.74.2-aarch64-unknown-linux-musl.tar.gz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/375975644/e4413017-ca2c-4a7c-9ba6-bff653c20460?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230324%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230324T205229Z&X-Amz-Expires=300&X-Amz-Signature=f0e4acac10e508be32920b099e872b41e8f027d57d6f3d228950ccf1622cc93c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=375975644&response-content-disposition=attachment%3B%20filename%3Dsafe-0.74.2-aarch64-unknown-linux-musl.tar.gz&response-content-type=application%2Foctet-stream [following]
--2023-03-24 20:52:29--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/375975644/e4413017-ca2c-4a7c-9ba6-bff653c20460?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230324%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230324T205229Z&X-Amz-Expires=300&X-Amz-Signature=f0e4acac10e508be32920b099e872b41e8f027d57d6f3d228950ccf1622cc93c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=375975644&response-content-disposition=attachment%3B%20filename%3Dsafe-0.74.2-aarch64-unknown-linux-musl.tar.gz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
ERROR: The certificate of ‘objects.githubusercontent.com’ is not trusted.
ERROR: The certificate of ‘objects.githubusercontent.com’ has expired.
The certificate has expired

If I am reading this correctly its a GitHub problem but before I make a potential arse of myself on GH I thought Id ask here.

1 Like

So I worked around this with

Re: [SOLVED] - wget fails with certificate error for github

Post by vhar » Thu Oct 14, 2021 4:57 am

Create ~/.wgetrc file and add to it
ca_certificate=/etc/ssl/certs/ca-certificates.crt
Enjoy!

and now I have the latest release downloaded to the first of my SBCs.

But why have I never had this problem before?
I dont have a ~/.wgetrc file on my x86 desktop box.

3 Likes

Github refreshed their SHA key today. The secret key was put into a gh repo and they created new one. I suspect that was your issue there.

3 Likes

This topic was automatically closed after 60 days. New replies are no longer allowed.