nodejs / unofficial-builds

Unofficial binaries for Node.js
https://unofficial-builds.nodejs.org
250 stars 53 forks source link

The certificate of "unofficial-builds.nodejs.org" has expired / is not trusted #48

Closed cl4udiu5 closed 3 years ago

cl4udiu5 commented 3 years ago
Bildschirmfoto 2021-10-18 um 09 40 42
rvagg commented 3 years ago

probably a dupe of #45, you likely need to update your local cert chain, letsencrypt replaced their intermediate recently and it's caused a bit of chaos for older distros that haven't got updated certs.

cl4udiu5 commented 3 years ago

@rvagg Thank you. I'm very new with that. I use node.js for homebridge on my Pi 1. How do I update my local cert chain here?

rvagg commented 3 years ago

@cl4udiu5 do you know what distro and version you're running? lsb_release -a should tell you. If you're not using an unsupported version then upgrading the system should help you out - sudo apt-get update && sudo apt-get dist-upgrade -y.

cl4udiu5 commented 3 years ago
Bildschirmfoto 2021-10-18 um 10 39 53
cl4udiu5 commented 3 years ago

Right now I'm running sudo apt-get update && sudo apt-get dist-upgrade and waiting for finishing it.

cl4udiu5 commented 3 years ago

Now it's working again. Thank you so much for your help. I appreciate it.