From feac1af513ca52a316c3aa60f1bc1a2c63111c13 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 15 Jun 2020 10:34:14 +0200 Subject: [PATCH] ssl_send_certificate_error(): Add a doctype Sponsored by: Robert Klemme --- ssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl.c b/ssl.c index 25f86e4e..860a243f 100644 --- a/ssl.c +++ b/ssl.c @@ -2064,6 +2064,7 @@ extern void ssl_send_certificate_error(struct client_state *csp) "HTTP/1.1 200 OK\r\n" "Content-Type: text/html\r\n" "Connection: close\r\n\r\n" + "\n" "Server certificate verification failed\n" "

Server certificate verification failed

\n" "

Privoxy was unable " -- 2.39.2