Skip to content
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

Debian/Ubuntu apt download certificate expired #6918

Closed
tootai opened this issue May 30, 2020 · 12 comments
Closed

Debian/Ubuntu apt download certificate expired #6918

tootai opened this issue May 30, 2020 · 12 comments
Labels
confirmed Confirmed bug, should not go stale meta Issue related to topics which state a more general problem or discussion

Comments

@tootai
Copy link

tootai commented May 30, 2020

Description:

sudo apt update
Atteint :1 http://deb.debian.org/debian buster InRelease
Atteint :2 http://deb.debian.org/debian buster-updates InRelease
Atteint :3 http://security.debian.org/debian-security buster/updates InRelease
Ign :4 https://download.jitsi.org stable/ InRelease
Err :5 https://download.jitsi.org stable/ Release
Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP : 2001:660:2402::22 443]

Steps to reproduce:

running apt update with jitsi repos activated

Expected behavior:

should not finish with error

Actual behavior:

upgrade not possible as ended with error

Server information:

  • Jitsi Meet version: 2.0.4548-1
  • Operating System: Debian 10 aka Buster

Client information:

  • Browser / app version:NA
  • Operating System:NA

Additional information:

NA

@norecords
Copy link

Hello,
I have the same problem on ubuntu 18.04 when trying to update to jitsi-meet 2.0.4627-1 via repo.

@luixxiul luixxiul added the meta Issue related to topics which state a more general problem or discussion label May 30, 2020
@l3d00m l3d00m added confirmed Confirmed bug, should not go stale meta Issue related to topics which state a more general problem or discussion and removed meta Issue related to topics which state a more general problem or discussion labels May 30, 2020
@luixxiul
Copy link
Contributor

@jitsi/developers

@youthpolicy
Copy link

@sj64
Copy link

sj64 commented May 30, 2020

Same issue - Ubuntu 20.04

Err:6 https://download.jitsi.org stable/ Release
Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 2001:660:2402::22 443]

@pdarcos
Copy link

pdarcos commented May 30, 2020

I think everyone is having this problem.
I'm having it too. Seems like a certificate expired.

Not much we can do until jitsi issues a new certificate.

@designamx
Copy link

I'm facing the same issue on a ubuntu 20.04

@LeekYT
Copy link

LeekYT commented May 30, 2020

Is there an ETA for a fix?
Just curious, so I don't need to check every hour or so.

@luixxiul
Copy link
Contributor

luixxiul commented May 30, 2020

Since the issue is global among platforms, no new reports are required.

Is there an ETA for a fix?

While I don't have the authority to proceed stuff so I'm not sure, I'm afraid it could take a while over the weekend.

@luixxiul
Copy link
Contributor

luixxiul commented May 30, 2020

For update, please subscribe to this issue by clicking the button above right:

Clipboard01

@CollapsedMetal
Copy link

Just a workaround... you can make apt-get to ignore certificates.
It is not recommended to do so, but if you cannot wait to update jitsi, just update & upgrade with this option.

apt-get update -o Acquire::https::download.jitsi.org::Verify-Peer=false
apt-get upgrade -o Acquire::https::download.jitsi.org::Verify-Peer=false

@aaronkvanmeerten
Copy link
Member

I was able to reproduce the problem, although not come to a complete understanding of the nuance of the certificate chain issues. It's not a simple case of an expired certificate. We have worked around it for now, and I was able to confirm it working again for me. Please check again and re-open if you continue to have problems.

@c-goes
Copy link

c-goes commented May 31, 2020

It’s probably caused by APT using GnuTLS https://twitter.com/sleevi_/status/1266731836912422912

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Confirmed bug, should not go stale meta Issue related to topics which state a more general problem or discussion
Projects
None yet
Development

No branches or pull requests