Debian/Ubuntu certificate expired, can't install vscodium #887

Closed
opened 2025-09-10 23:48:21 -05:00 by giteasync · 2 comments
Owner

Originally created by @jerkstorecaller on GitHub.

I'm on Ubuntu 20.04, I followed the installation instructions for Ubuntu, and here's the result:

user@laptop:~$ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
>     | gpg --dearmor \
>     | sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
4+1 records in
4+1 records out
2256 bytes (2.3 kB, 2.2 KiB) copied, 0.0273061 s, 82.6 kB/s

user@laptop:~$ cat  /etc/apt/sources.list.d/vscodium.list
deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main

user@laptop:~$ sudo apt update
Ign:1 https://download.vscodium.com/debs vscodium InRelease
Err:2 https://download.vscodium.com/debs vscodium Release
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 54.39.180.74 443]
Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists... Done
E: The repository 'https://download.vscodium.com/debs vscodium Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Originally created by @jerkstorecaller on GitHub. I'm on Ubuntu 20.04, I followed the installation instructions for Ubuntu, and here's the result: ``` user@laptop:~$ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \ > | gpg --dearmor \ > | sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg 4+1 records in 4+1 records out 2256 bytes (2.3 kB, 2.2 KiB) copied, 0.0273061 s, 82.6 kB/s user@laptop:~$ cat /etc/apt/sources.list.d/vscodium.list deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main user@laptop:~$ sudo apt update Ign:1 https://download.vscodium.com/debs vscodium InRelease Err:2 https://download.vscodium.com/debs vscodium Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 54.39.180.74 443] Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease Reading package lists... Done E: The repository 'https://download.vscodium.com/debs vscodium Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. ```
Author
Owner

@paulcarroty commented on GitHub:

Can't reproduce. Try the origin repository guide, maybe a temporal CDN glitch.

@paulcarroty commented on GitHub: Can't reproduce. Try [the origin repository guide](https://github.com/VSCodium/vscodium#install-with-package-manager), maybe a temporal CDN glitch.
Author
Owner

@jerkstorecaller commented on GitHub:

Repeated the same steps today and it works. It seems to be a glitch as you said.

@jerkstorecaller commented on GitHub: Repeated the same steps today and it works. It seems to be a glitch as you said.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#887