Update patches/nginx/1.29.0/nginx-1.29.0-stream_proxy_protocol_v2.patch

Co-authored-by: Chase Hiltz <70911039+pchaseh@users.noreply.github.com>
pull/1045/head
耗子 1 week ago committed by GitHub
parent 431bdfe4d1
commit d33a36677c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -328,7 +328,7 @@ index 49888b986..27c927ee5 100644
+ } + }
+ } + }
+ +
+ crt = SSL_get0_peer_certificate(c->ssl->connection); + crt = SSL_get_peer_certificate(c->ssl->connection);
+ if (crt != NULL) { + if (crt != NULL) {
+ tlv->client |= NGX_PROXY_PROTOCOL_V2_CLIENT_CERT_SESS; + tlv->client |= NGX_PROXY_PROTOCOL_V2_CLIENT_CERT_SESS;
+ +

Loading…
Cancel
Save