From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: WebKit: Failing to play most HTML5 videos Date: Wed, 12 Dec 2018 02:52:29 +0100 Message-ID: <87h8fj5x5u.fsf@elephly.net> References: <87bm5wtd3d.fsf@ambrevar.xyz> <87sgz45vj6.fsf@elephly.net> <87r2eoashg.fsf@ambrevar.xyz> <87pnu8as0n.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWthp-0007Op-1I for help-guix@gnu.org; Tue, 11 Dec 2018 20:52:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWthk-0005gS-1u for help-guix@gnu.org; Tue, 11 Dec 2018 20:52:56 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21719) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gWthj-0005d9-NJ for help-guix@gnu.org; Tue, 11 Dec 2018 20:52:51 -0500 In-reply-to: <87pnu8as0n.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Pierre Neidhardt writes: > With Epiphany: [=E2=80=A6] > 0:00:02.444056430 6908 0xdc3320 WARN curlhttpsrc gstcu= rlhttpsrc.c:1068:gst_curl_http_src_handle_response: Curl fail= ed the transfer (60): SSL peer certificate or SSH remote key was not OK That=E2=80=99s the same error I got. It may be worth checking if we can pa= tch gstcurlhttpsrc.c to ensure that the path of the certificate bundle is set via environment variable. A hack to check that this is indeed the cause might be to place the cert bundle in the expected default location that libcurl uses when the client does not specify a location. -- Ricardo