From 22a48fb24e68eeed3bc5d202b1330452855ea2be Mon Sep 17 00:00:00 2001 From: cnschn Date: Wed, 7 May 2025 06:43:34 +0200 Subject: [PATCH] HTTP: Reword message in SSL certificate error page The message in ngx_http_error_495_page read a bit akward to me, I think removing "The" from "The SSL certificate error" brings it more in line with the other default error pages. --- src/http/ngx_http_special_response.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c index eaf42e399..193fe48bb 100644 --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -253,11 +253,10 @@ CRLF static char ngx_http_error_495_page[] = "" CRLF -"400 The SSL certificate error" -CRLF +"400 SSL certificate error" CRLF "" CRLF "

400 Bad Request

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