From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7353C3858D28; Mon, 8 Apr 2024 16:20:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7353C3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712593235; bh=pbm2gzw1Epr58IRNYRxozE45SQpc4GtwmgFTarMNRlQ=; h=From:To:Subject:Date:From; b=bqluPy6WAhL8ojEji6uVwtXO17ImUhA+ztWSxS9yamUyE/cwMYjvN0mprUVCLoGYh cUfQvnWXN68ilGSShGmnuBvM8jV2pIHRrKQISNVNSZ4OxTbXb4cnpZSOKOF7n+Z+JZ EyyiO6HCmdP2hNDoMkF5DLkaKevRMmJWJcDVAHRg= From: "nolange79 at gmail dot com" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/31620] New: debuginfod should not require ssl support from libcurl Date: Mon, 08 Apr 2024 16:20:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nolange79 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31620 Bug ID: 31620 Summary: debuginfod should not require ssl support from libcurl Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: nolange79 at gmail dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- I would like to be able to copy over gdb to an embedded system and then do = some post-mortem debug. To that end I use a libcurl with just HTTP support, no SSL of any kind. Unfortunately debuginfod_client.c requests "http,https,file" at [1], and libcurl then throws an error. I would like debuginfod only request https if available. [1] https://sourceware.org/git?p=3Delfutils.git;a=3Dblob;f=3Ddebuginfod/debugin= fod-client.c;h=3D0ee7db3d66380899fc628efda7f339db7b8d6b9c;hb=3DHEAD#l1373 --=20 You are receiving this mail because: You are on the CC list for the bug.=