mirror of
https://github.com/nginx/nginx.git
synced 2026-06-12 18:30:16 -04:00
HTTP error 495, https certificate error: "400 {The =>} SSL certificate error"
Sponsored-by: https://beaverlabs.net
This commit is contained in:
parent
e8053c867f
commit
85a6efb1bc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue