]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: Translate CURLE_PEER_FAILED_VERIFICATION to ECONNREFUSED.
authorMark Wielaard <mark@klomp.org>
Sun, 25 Oct 2020 19:07:46 +0000 (20:07 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 26 Oct 2020 21:55:29 +0000 (22:55 +0100)
commit747a84b60e672cd7dedfb5f618ddd44770aada8e
tree8e35c0c11bb05383b1a6b8d453f835a8f7cd8527
parent5621fe5443da23112170235dd5cac161e5c75e65
debuginfod: Translate CURLE_PEER_FAILED_VERIFICATION to ECONNREFUSED.

When a file couldn't be retrieved because of an bad HTTPS certificate
find-debuginfod currently says:
Server query failed: No such file or directory

With this patch it will say:
Server query failed: Connection refused

Signed-off-by: Mark Wielaard <mark@klomp.org>
debuginfod/ChangeLog
debuginfod/debuginfod-client.c
doc/ChangeLog
doc/debuginfod_find_debuginfo.3