]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commit
SSL: disabled using certificate compression with OCSP stapling.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 2 Oct 2025 11:22:24 +0000 (15:22 +0400)
committerpluknet <s.kandaurov@f5.com>
Wed, 8 Oct 2025 15:56:41 +0000 (19:56 +0400)
commit25b03d650087b4d653f99a7ce65582ab565c5a44
treecbad25a636017a0eb9ea705f0b13ed36ee745f06
parentf5a989cda24d79789d2b8e4f9de21deac4b83d92
SSL: disabled using certificate compression with OCSP stapling.

OCSP response in TLSv1.3 is sent in the Certificate message.  This
is incompatible with pre-compression of the configured certificates.
src/http/modules/ngx_http_ssl_module.c
src/stream/ngx_stream_ssl_module.c