GNOME Bugzilla – Bug 783773
gst-libav has submodule with link to https://ffmpeg.org/ffmpeg.git/
Last modified: 2018-01-13 12:10:21 UTC
Hi I am trying to download gst-libav and all of its submodules It seems that ffmpeg.org's startcom SSL CA causes problems (on Debian Stretch) I am getting gst-libav: Submodule 'gst-libs/ext/libav' (https://git.ffmpeg.org/ffmpeg.git) registered for path 'gst-libs/ext/libav' gst-libav: Submodule path 'common': checked out '48a5d85ebf4a0bad1c997c83100f710fe2154fbf' gst-libav: Submodule path 'gst-libs/ext/gas-preprocessor': checked out 'fad9080da871bb7924431a5e22fdaccae56b5950' gst-libav: fatal: unable to access 'https://git.ffmpeg.org/ffmpeg.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none gst-libav: Unable to fetch in submodule path 'gst-libs/ext/libav' Seems that it is getting tripped up by the https://git.ffmpeg.org/ffmpeg.git A better mirror appears to be git://git.videolan.org/ffmpeg.git Thanks
Hrm, yes, I get the same issue on debian sid. Problem is, we can't really change the link for past releases. Did you let the ffmpeg.org admins know there's a problem? Should really be fixed on their end I think. Note to self: The https version of the videolan mirror is https://git.videolan.org/git/ffmpeg.git
That is a point... ...I have to find out the best way to inform them..
What also fails is: > curl https://git.ffmpeg.org and > openssl s_client -connect git.ffmpeg.org:443 > CONNECTED(00000003) > depth=1 C = IL, O = StartCom Ltd., OU = StartCom Certification Authority, CN = StartCom Class 2 IV Server CA > verify error:num=20:unable to get local issuer certificate > --- > Certificate chain > 0 s:/C=SE/ST=Skane/L=Lund/O=Reimar D\xC3\xB6ffinger/CN=ffmpeg.org > i:/C=IL/O=StartCom Ltd./OU=StartCom Certification Authority/CN=StartCom Class 2 IV Server CA > 1 s:/C=IL/O=StartCom Ltd./OU=StartCom Certification Authority/CN=StartCom Class 2 IV Server CA > i:/C=IL/O=StartCom Ltd./OU=Secure Digital Certificate Signing/CN=StartCom Certification Authority
Problem is this from the Debian ca-certificates package changelog: > * Add StartCom and WoSign certificates to mozilla/blacklist.txt as they are > now untrusted by the major browser vendors. Closes: #858539 See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858539 for details. Basically, ffmpeg people should move away from StartSSL/StartCom
I am trying to create a bug report on ffmpegs bug tracker, I need to create an account, and it seems that THAT part of the site too is having problems (it hangs) ...I will see what I can do to inform ffmpeg
This seems to be fixed now.