diff --git a/dirmngr/http.c b/dirmngr/http.c index 6f994896c..0af0cc3fe 100644 --- a/dirmngr/http.c +++ b/dirmngr/http.c @@ -2057,6 +2057,14 @@ send_request (http_t hd, const char *httphost, const char *auth, while ((err = ntbtls_handshake (hd->session->tls_session))) { +#if NTBTLS_VERSION_NUMBER >= 0x000200 + unsigned int tlevel, ttype; + const char *s = ntbtls_get_last_alert (hd->session->tls_session, + &tlevel, &ttype); + if (s) + log_info ("TLS alert: %s (%u.%u)\n", s, tlevel, ttype); +#endif + switch (err) { default: