yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.37k stars 2.72k forks source link

The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx> #8959

Closed Razva closed 1 month ago

Razva commented 1 year ago

Distro: Debian 10 Executing: apt update

Error:

Err:12 https://dl.yarnpkg.com/debian stable InRelease
  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>

Already tried:

Any hints?

nocodelab commented 11 months ago

Same issue here.

pb30 commented 11 months ago

Looks like a cert error with dl.yarnpkg.com

docker run -i -t ubuntu:22.04 /bin/bash
apt-get update
apt-get install -y gnupg gosu curl ca-certificates
curl https://dl.yarnpkg.com/debian/pubkey.gpg
    curl: (60) SSL: no alternative certificate subject name matches target host name 'dl.yarnpkg.com'
    More details here: https://curl.se/docs/sslcerts.html

    curl failed to verify the legitimacy of the server and therefore could not
    establish a secure connection to it. To learn more about this situation and
    how to fix it, please visit the web page mentioned above.
pb30 commented 11 months ago

SSL issue seems to be resolved

Daniel15 commented 1 month ago

This was fixed.