Nginx-tests are failing for version 1.19.5 and prior.

2021-06-14 Thread tung pham
Hi all, We have recently run a full test using the nginx-tests tip for Nginx 1.19.0, 1.19.5, 1.19.10 and 1.20.0 and the tests are reported failing for 1.19.0 and 1.19.5. Below is a summary of the test report: Test Summary Report --- tests/nginx-tests/http_keepalive.t

[nginx-quic]

2021-06-14 Thread Lucas Cuminato
Hello, Not sure If this is a bug in nginx-quic or if I'm not configuring it correctly but when trying to use nginx-quic with the following settings. stream { server { listen quic reuseport; ssl_session_cache off; ssl_client_certificate ca.pem ssl_verify_cl

Re: [nginx-quic]

2021-06-14 Thread Vladimir Homutov
14.06.2021 18:08, Lucas Cuminato пишет: Hello, Not sure If this is a bug in nginx-quic or if I'm not configuring it correctly but when trying to use nginx-quic with the following settings. stream {     server {         listen quic reuseport;         ssl_session_cache off;         ssl

Re: [nginx-quic]

2021-06-14 Thread Lucas Cuminato
Hi, Vladimir, thanks for replying. I'm not using any protocol over QUIC, just using QUIC to send/receive raw data to/from my application and the server, and having nginx proxy it to a TCP server. I do have a proxy_pass configured in my setup. I just omitted for simplicity. R, Lucas. On Mon, Jun

Re: [nginx-quic]

2021-06-14 Thread Vladimir Homutov
14.06.2021 19:43, Lucas Cuminato пишет: Hi, Vladimir, thanks for replying. I'm not using any protocol over QUIC, just using QUIC to send/receive raw data to/from my application and the server, and having nginx proxy it to a TCP server. I do have a proxy_pass configured in my setup. I just omit

Re: [nginx-quic]

2021-06-14 Thread Lucas Cuminato
I'm using a single bidirectional stream, so my backend is just a simple TCP server that understands the data that is sent to it. I already tried setting the ALPN in the stream module and it actually worked. I was just not sure if that was the right thing to do. But what you proposed is best, I migh

Re: Nginx-tests are failing for version 1.19.5 and prior.

2021-06-14 Thread Maxim Dounin
Hello! On Mon, Jun 14, 2021 at 02:39:10PM +0100, tung pham wrote: > We have recently run a full test using the nginx-tests tip for Nginx > 1.19.0, 1.19.5, 1.19.10 and 1.20.0 and the tests are reported failing for > 1.19.0 and 1.19.5. Below is a summary of the test report: [...] > These tests we

Re: Nginx-tests are failing for version 1.19.5 and prior.

2021-06-14 Thread tung pham
Thanks Maxim. I was a bit confused before since there were checks for 1.17.* versions and I had expected them to be removed long ago, not now together with the more recent 1.19.* versions. If the purpose of the test is always for the mainline version then I will look to remove the 1.19.* from our t