From 85a6efb1bc1408fe5fd7eddc63749fee9fdfb747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 13 May 2026 23:26:33 +0200 Subject: [PATCH] HTTP error 495, https certificate error: "400 {The =>} SSL certificate error" Sponsored-by: https://beaverlabs.net --- src/http/ngx_http_special_response.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c index 2984ffe42..ccb4bbae9 100644 --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -261,11 +261,11 @@ CRLF static char ngx_http_error_495_page[] = "" CRLF -"400 The SSL certificate error" +"400 SSL certificate error" CRLF "" CRLF "

400 Bad Request

" CRLF -"
The SSL certificate error
" CRLF +"
SSL certificate error
" CRLF ;