diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c index 525c15885..f7b3b04f2 100644 --- a/content/fetchers/curl.c +++ b/content/fetchers/curl.c @@ -1310,6 +1310,10 @@ static void fetch_curl_done(CURL *curl_handle, CURLcode result) fetch_curl_stop(f); + if (f->sent_ssl_chain == false) { + fetch_curl_report_certs_upstream(f); + } + if (abort_fetch) { ; /* fetch was aborted: no callback */ } else if (finished) {