Re: How to create same location to point different proxy server

2023-05-23 Thread Sergey A. Osokin
Hi Abdul, On Tue, May 23, 2023 at 12:34:31PM +0530, abdul kadhar wrote: > Hi, At first, please do not do crossposting to several mailing list, it's a bit far from the good practices. Also, please use nginx-devel list for development purposes only. Thank you. > I need to know how to configure n

http2 error: Invalid HTTP header field was received:

2023-05-23 Thread Johnatan Hallman via nginx
Hello List, I have a setup where I put an ancient host running a perl-cgi app behind an nginx reverse proxy. The http reverse proxy works fine however if I try: curl -v --anyauth -k https://app.test.lan/cgi-bin/page.pl I get: http2 error: Invalid HTTP header field was received: frame type: 1

Re: http2 error: Invalid HTTP header field was received:

2023-05-23 Thread Maxim Dounin
Hello! On Tue, May 23, 2023 at 02:51:02PM +, Johnatan Hallman via nginx wrote: > Hello List, > > I have a setup where I put an ancient host running a perl-cgi > app behind an nginx reverse proxy. > > The http reverse proxy works fine however if I try: > > curl -v --anyauth -k https://app

nginx-1.25.0

2023-05-23 Thread Maxim Dounin
Changes with nginx 1.25.023 May 2023 *) Feature: experimental HTTP/3 support. -- Maxim Dounin http://nginx.org/ ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.25.0

2023-05-23 Thread Maxim Konovalov
On 23.05.2023 09:32, Maxim Dounin wrote: Changes with nginx 1.25.023 May 2023 *) Feature: experimental HTTP/3 support. Oh, wow. It took almost three years to reach this significant milestone. We went through several severe technical and non-techn

Re: http2 error: Invalid HTTP header field was received:

2023-05-23 Thread Johnatan Hallman via nginx
Hello, Yes your solution did work with version: nginx version: nginx/1.18.0 built with LibreSSL 3.3.2 I removed http2 from all vhost effectively disabling it on the server and it works fine. I wonder if I even need it for anything :) But as you said this might not even be an option in the futu