-
Notifications
You must be signed in to change notification settings - Fork 3.1k
The certificate for deb.nodesource seems to be expired #1266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same for RPM:
UPDATE: Fixed with |
Same |
same issue as well |
We are aware of the situation and are actively working to fix it, thank you for your patience. |
Same issue here, I was able to fix a similar problem on my own server with the following command: sudo certbot certonly --nginx -d [domain] --dry-run --preferred-chain="ISRG Root X1" That was from here: https://community.letsencrypt.org/t/help-thread-for-dst-root-ca-x3-expiration-september-2021/149190/283 |
On the client (Ubuntu), doing this prior to install allowed me to pass through the certificate error: Edit: might need |
The "September 30" syndrome? |
Unfortunately that did not work in my case since I was already at latest. |
|
apt update not working, same issue: |
For Debian buster, updating the
|
Along with this problem, if I bypass the SSL problem, still I can't install in Amazon Linux 1 getting an error like:
Whereas it was working 2 hours ago. |
Same. I got past the SSL issue with
|
@gonzaloaune, Problem with Amazon Linux 1 |
@dgarbus 's solution above (install libgnutls30) worked for me on Debian Stretch. |
Hello there. |
This solution worked for us. |
For those wondering why updating In an up-to-date browser, you should be able to load this page without a problem: https://deb.nodesource.com/setup_12.x
|
Following this exact message (removing the bad cert and forcing Ubuntu to update CA certificates) hotfixed the issue and saved the night for us (Xenial): https://community.letsencrypt.org/t/help-thread-for-dst-root-ca-x3-expiration-september-2021/149190/324 |
getting buster not supported upon installing any NodeSource repo |
I saw this from a docker build. I added this as a workaround so
|
As temp solutions works at Ubuntu20 $curl -s http://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - $ sudo sh -c "echo deb http://deb.nodesource.com/node_14.x focal main > /etc/apt/sources.list.d/nodesource.list" I hope it will works for other distros and nodeversions |
Any solution for Amazon Linux 2 ? :) I still have the certificate issue and when i try to bypass it, i have the following message: |
I'm working through this right now, but you have to set up a .curlrc to set the -k flag on all curl calls because the script that ends up running also ends up making a curl call to the nodesource domain |
In my image build workflow, I was able to workaround it like this: # Workaround for: https://github.com/nodesource/distributions/issues/1266
mv /etc/apt/sources.list.d/nodesource.list /etc/apt/sources.list.d/nodesource.list.disabled
apt-get update
apt-get -y upgrade
apt-get install -y \
ca-certificates \
libgnutls30
mv /etc/apt/sources.list.d/nodesource.list.disabled /etc/apt/sources.list.d/nodesource.list |
This was causing by BitBucket pipelines to fail and the following changes seem to have fixed it: Original steps: New Steps: |
Hi @igsu thanks for the update. The article reads like a solution was found but it could and could not work.
Sorry if lots of questions, just really curious, thank you 🙌 |
I put the below part right after base image installation and worked for me |
It's now November, this gave me significant difficulty upgrading a non-supported Ubuntu version, when is this going to be fixed? |
Anyone has a solution for Mac OSX 10.10 and 10.11 ? Thanks |
Looks like the cert is fixed now? |
Closing this, should be fixed now. |
By installing newer version of `libgnutls30` that contains a root cert update See nodesource/distributions#1266 (comment)
On Linux mint
i.e. Does not work,
|
HALP.
This seems to have broken all launchpad PPAs for me. What do I do to fix it??? |
@Tectract Don't use |
This seems to be happening again: https://deb.nodesource.com/node_16.x/pool/ |
Hi... reopen this issue? seems its expired again? |
Someone already opened a new issue: #1507 |
Same here. |
Guys, just need to update the ca-certificates from machine. The old certificate got untrusted, when it's updated, the error get vanished: If you are using AMI Linux 2:
If you are using Ubuntu:
|
For Kali linux users, try this:
It worked for me. Try updating again your Kali linux: Hope this helps. |
I still experience the problem. |
I could finally solve the issue by uninstalling this software.
Now I can update my system. |
- Related to nodesource/distributions#1266 - When the above has permanent fix, then we can try to remove this temp fix. (cherry picked from commit 4f2d7df)
- Environment: Docker (ubuntu:bionic image)
- Issue: When trying to install Node.js v14.x following these instructions , if fails during
apt-get update
:The text was updated successfully, but these errors were encountered: