Von: "Pavel Koshevoy" <[email protected]>
> Am I the only one having this problem:
>
> $ git pull
> fatal: unable to access 'https://git.ffmpeg.org/ffmpeg.git/': SSL
> certificate problem: certificate has expired
Recent changes to the certificate chain of LetsEncrypt expose problems with
gnutls. (git uses curl, which in turn uses gnutls on many platforms, though it
can use openssl or mbedtls as well).
Check the dependencies and whether you have an update for gnutls on your
platform. You may also need the latest ca-certificates package. On Ubuntu
16.04, this is the relevant change to libgnutls:
gnutls28 (3.4.10-4ubuntu1.9) xenial; urgency=medium
* Backport patches from Upstream/Debian to check validity against system
certs. This is to allow correctly validating default letsencrypt
chains that now also include a redundant expired certficate. LP:
#1928648
-- Dimitri John Ledkov <[email protected]> Fri, 27 Aug 2021
14:19:17 +0100
Not sure what the state on other distributions or OSs is.
Cheers,
Moritz
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".