Author Topic: gemian certificate expired  (Read 1829 times)

cam1965

  • Sr. Member
  • ****
  • Posts: 410
    • View Profile
    • http://
gemian certificate expired
« on: November 14, 2021, 06:56:57 am »
cosmo@cosmocom:~$ sudo aptitude update
[sudo] password for cosmo:
Hit https://deb.debian.org/debian buster InRelease
Ign https://gemian-planet.thinkglobally.org/buster buster InRelease                                       
Err https://gemian-planet.thinkglobally.org/buster buster Release                                       
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 93.189.6.10 443]
Hit https://gemian.thinkglobally.org/buster buster InRelease
E: The repository 'https://gemian-planet.thinkglobally.org/buster buster Release' no longer has a Release file.
E: Failed to download some files
W: Failed to fetch https://gemian-planet.thinkglobally.org/buster/dists/buster/Release: Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 93.189.6.10 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
                                         
Please help !
Thank you.

mibry

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: gemian certificate expired
« Reply #1 on: November 14, 2021, 04:08:51 pm »
The certificate is controlled by Planet so they need to update the certificate.

I let Adam know via telegram. The only way to update gemian is to set the date back to 18/10/2021 (10/18/2021 for our US friends) by doing the following:

sudo timedatectl set-ntp false
sudo date -s 2021-10-18

Then update the system. Then do the following to reset the system clock back to auto sync

sudo timedatectl set-ntp true.

Thats it.

Regards

Mibry

cam1965

  • Sr. Member
  • ****
  • Posts: 410
    • View Profile
    • http://
Re: gemian certificate expired
« Reply #2 on: November 14, 2021, 04:23:24 pm »
The certificate is controlled by Planet so they need to update the certificate.

I let Adam know via telegram. The only way to update gemian is to set the date back to 18/10/2021 (10/18/2021 for our US friends) by doing the following:

sudo timedatectl set-ntp false
sudo date -s 2021-10-18

Then update the system. Then do the following to reset the system clock back to auto sync

sudo timedatectl set-ntp true.

Thats it.

Regards

Mibry

Hi Mibry.
Thank you so much.