HTTP error 495, https certificate error: "400 {The =>} SSL certificate error"

Sponsored-by: https://beaverlabs.net
This commit is contained in:
наб 2026-05-13 23:26:33 +02:00
parent e8053c867f
commit 85a6efb1bc
No known key found for this signature in database
GPG key ID: BCFD0B018D2658F1

View file

@ -261,11 +261,11 @@ CRLF
static char ngx_http_error_495_page[] =
"<html>" CRLF
"<head><title>400 The SSL certificate error</title></head>"
"<head><title>400 SSL certificate error</title></head>"
CRLF
"<body>" CRLF
"<center><h1>400 Bad Request</h1></center>" CRLF
"<center>The SSL certificate error</center>" CRLF
"<center>SSL certificate error</center>" CRLF
;