From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA897C433F5 for ; Wed, 16 Feb 2022 10:18:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232770AbiBPKSs (ORCPT ); Wed, 16 Feb 2022 05:18:48 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:42604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232723AbiBPKSs (ORCPT ); Wed, 16 Feb 2022 05:18:48 -0500 Received: from frolo.macqel.be (smtp2.macqel.be [109.135.2.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 05D8A24BE1 for ; Wed, 16 Feb 2022 02:18:34 -0800 (PST) Received: by frolo.macqel.be (Postfix, from userid 1000) id 98E07BF424C; Wed, 16 Feb 2022 11:18:33 +0100 (CET) Date: Wed, 16 Feb 2022 11:18:33 +0100 From: Philippe De Muyter To: linux-media@vger.kernel.org Subject: Re: FAILURE of git clone http://git.linuxtv.org/v4l-utils.git Message-ID: <20220216101833.GA1383@frolo.macqel> References: <20220216085841.GA27156@frolo.macqel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220216085841.GA27156@frolo.macqel> User-Agent: Mutt/1.5.16 (2007-06-09) Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Replying to myself : I needed to install newer versions of the ca-certificate package on my machines :) Sorry for the noise Philippe On Wed, Feb 16, 2022 at 09:58:41AM +0100, Philippe De Muyter wrote: > Hello > > I just noticed that cloning the v4l-utils git repo at linuxtv.org > doesn't work anymore : > > Here are different views of the problem : > > on ubuntu-18 : > nvidia@cam5-jp43-1:~$ git clone http://git.linuxtv.org/v4l-utils.git > Cloning into 'v4l-utils'... > fatal: unable to access 'http://git.linuxtv.org/v4l-utils.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none > nvidia@cam5-jp43-1:~$ > > on opensuse 13.1 : > phdm@dyn223:~> git clone http://git.linuxtv.org/v4l-utils.git > Cloning into 'v4l-utils'... > fatal: unable to access 'https://git.linuxtv.org/v4l-utils.git/': SSL certificate problem: certificate has expired > phdm@dyn223:~> > > Best regards > > Philippe