mirror of https://github.com/nginx/nginx
Compare commits
3 Commits
release-1.
...
master
| Author | SHA1 | Date |
|---|---|---|
|
|
0609736a92 | |
|
|
7c2524a692 | |
|
|
5c2947d844 |
|
|
@ -58,7 +58,7 @@ body:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: environment
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: NGINX version and build configuration options
|
label: NGINX version and build configuration options
|
||||||
description: Please provide details about your NGINX build.
|
description: Please provide details about your NGINX build.
|
||||||
|
|
@ -79,7 +79,7 @@ body:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: environment
|
id: architecture
|
||||||
attributes:
|
attributes:
|
||||||
label: Architecture where NGINX is being built and/or deployed
|
label: Architecture where NGINX is being built and/or deployed
|
||||||
description: Please provide details about your deployment environment.
|
description: Please provide details about your deployment environment.
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
#define _NGINX_H_INCLUDED_
|
#define _NGINX_H_INCLUDED_
|
||||||
|
|
||||||
|
|
||||||
#define nginx_version 1029004
|
#define nginx_version 1029005
|
||||||
#define NGINX_VERSION "1.29.4"
|
#define NGINX_VERSION "1.29.5"
|
||||||
#define NGINX_VER "nginx/" NGINX_VERSION
|
#define NGINX_VER "nginx/" NGINX_VERSION
|
||||||
|
|
||||||
#ifdef NGX_BUILD
|
#ifdef NGX_BUILD
|
||||||
|
|
|
||||||
|
|
@ -4012,6 +4012,7 @@ ngx_ssl_connection_error(ngx_connection_t *c, int sslerr, ngx_err_t err,
|
||||||
|| n == SSL_R_TLSV1_ALERT_USER_CANCELLED /* 1090 */
|
|| n == SSL_R_TLSV1_ALERT_USER_CANCELLED /* 1090 */
|
||||||
|| n == SSL_R_TLSV1_ALERT_NO_RENEGOTIATION /* 1100 */
|
|| n == SSL_R_TLSV1_ALERT_NO_RENEGOTIATION /* 1100 */
|
||||||
#endif
|
#endif
|
||||||
|
|| n == 1121 /* SSL_R_TLSV1_ALERT_ECH_REQUIRED */
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
switch (c->log_error) {
|
switch (c->log_error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue