"SSL: error:0A0000B9:SSL routines::no cipher match" with Mozilla modern ciphers v5.5

2022-02-17 Thread petecooper
Hello. I am running Nginx 1.21.6 with OpenSSL 3.0.1 and the Mozilla [1] 'Modern' ciphers 4.0 without issue. When I change the ciphers to Mozilla 'modern' 5.5, Nginx fails a config test with: nginx: [emerg] SSL_CTX_set_cipher_list("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY13

Re: NJS FastCGI Response Filtering

2022-02-17 Thread Igor Ippolitov
Hello Lance, While I'm not 100% sure is there a chance that the reply is gzipped? May be resetting acccept-encoding header would help? Regards, Igor On 17.02.2022 05:02, Lance Dockins wrote: Is there a good way to reliably filter the response body from a FastCGI script via NJS?  I’ve done th