[njs] WebCrypto: introduced CryptoKey properties.

2023-05-23 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/873830a0a78f branches: changeset: 2132:873830a0a78f user: Dmitry Volyntsev date: Tue May 23 20:58:40 2023 -0700 description: WebCrypto: introduced CryptoKey properties. The following properties for CryptoKey were added: algorithm, extractabl

[njs] WebCrypto: sorted njs_webcrypto_alg accoding to njs_webcrypto_alg_t.

2023-05-23 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/510d8ebedfba branches: changeset: 2130:510d8ebedfba user: Dmitry Volyntsev date: Mon May 22 22:48:58 2023 -0700 description: WebCrypto: sorted njs_webcrypto_alg accoding to njs_webcrypto_alg_t. So njs_webcrypto_alg[alg->type] can be used to get

[njs] WebCrypto: making njs_webcrypto_key_t more compact by using union.

2023-05-23 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/646374a97d8c branches: changeset: 2131:646374a97d8c user: Dmitry Volyntsev date: Mon May 22 22:48:59 2023 -0700 description: WebCrypto: making njs_webcrypto_key_t more compact by using union. diffstat: external/njs_webcrypto_module.c | 260 ++

Re: [PATCH] Linux packages: documented lack of HTTP/3 support for older distros

2023-05-23 Thread Maxim Konovalov
On 23.05.2023 15:16, Konstantin Pavlov wrote: # HG changeset patch # User Konstantin Pavlov # Date 1684878839 25200 # Tue May 23 14:53:59 2023 -0700 # Node ID 3ba229c95e50b7a422f8a61db7560d40bc6524db # Parent 46b1da35ceeb697431de877cf43681b186617335 Linux packages: documented lack of HTTP/

[PATCH] Linux packages: documented lack of HTTP/3 support for older distros

2023-05-23 Thread Konstantin Pavlov
# HG changeset patch # User Konstantin Pavlov # Date 1684878839 25200 # Tue May 23 14:53:59 2023 -0700 # Node ID 3ba229c95e50b7a422f8a61db7560d40bc6524db # Parent 46b1da35ceeb697431de877cf43681b186617335 Linux packages: documented lack of HTTP/3 support for older distros. diff -r 46b1da35ce

Q: http2 and http1 virtual hosts both works via HTTP/2 - bug of feature?

2023-05-23 Thread Andrey Kulikov
Hello, Observed nginx's version 1.22.1 questionable behaviour with two virtual hosts, one with H2 - enabled, second without http2 support. Both on the same IP and port, with different domain names/server names. When browsers make requests to a second domain, h2 being ALPN-negotiated, and data tran

Re: [PATCH] Configure: dump unsupported repository error and exit

2023-05-23 Thread Sergey Kandaurov
> On 23 May 2023, at 19:48, Roman Arutyunyan wrote: > > # HG changeset patch > # User Roman Arutyunyan > # Date 1684856745 -14400 > # Tue May 23 19:45:45 2023 +0400 > # Branch quic > # Node ID bd25277d0ed77a90766bc2f4153538c86621cdfc > # Parent a83071314a22652d4a552e72e13d18aa4c01d79e > C

Re: [PATCH] Updated QUIC documentation after QUIC code merge

2023-05-23 Thread Sergey Kandaurov
> On 23 May 2023, at 18:37, Yaroslav Zhuravlev wrote: > > xml/en/docs/configure.xml |4 +- > xml/en/docs/http/ngx_http_core_module.xml |4 +- > xml/en/docs/http/ngx_http_v3_module.xml | 97 +--- > xml/en/docs/quic.xml | 248 +

[nginx] nginx-1.25.0-RELEASE

2023-05-23 Thread Konstantin Pavlov
details: https://hg.nginx.org/nginx/rev/12dcf92b0c2c branches: changeset: 9115:12dcf92b0c2c user: Maxim Dounin date: Tue May 23 18:08:19 2023 +0300 description: nginx-1.25.0-RELEASE diffstat: docs/xml/nginx/changes.xml | 14 ++ 1 files changed, 14 insertions(+), 0 del

[nginx] release-1.25.0 tag

2023-05-23 Thread Konstantin Pavlov
details: https://hg.nginx.org/nginx/rev/8eae1b4f1c55 branches: changeset: 9116:8eae1b4f1c55 user: Maxim Dounin date: Tue May 23 18:08:20 2023 +0300 description: release-1.25.0 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r

[PATCH] Configure: dump unsupported repository error and exit

2023-05-23 Thread Roman Arutyunyan
# HG changeset patch # User Roman Arutyunyan # Date 1684856745 -14400 # Tue May 23 19:45:45 2023 +0400 # Branch quic # Node ID bd25277d0ed77a90766bc2f4153538c86621cdfc # Parent a83071314a22652d4a552e72e13d18aa4c01d79e Configure: dump unsupported repository error and exit. diff --git a/auto/

Re: nginx 1.25.0 changes draft

2023-05-23 Thread Maxim Dounin
Hello! On Tue, May 23, 2023 at 06:40:53PM +0400, Sergey Kandaurov wrote: > > > On 23 May 2023, at 18:21, Maxim Dounin wrote: > > > > Hello! > > > > > > Changes with nginx 1.25.023 May 2023 > > > >*) Feature: experimental HTTP/3 support. > > > >

Re: nginx 1.25.0 changes draft

2023-05-23 Thread Sergey Kandaurov
> On 23 May 2023, at 18:21, Maxim Dounin wrote: > > Hello! > > > Changes with nginx 1.25.023 May 2023 > >*) Feature: experimental HTTP/3 support. > > > Изменения в nginx 1.25.0 23.05.2023 > >*) Добавле

[PATCH] Updated QUIC documentation after QUIC code merge

2023-05-23 Thread Yaroslav Zhuravlev
xml/en/docs/configure.xml |4 +- xml/en/docs/http/ngx_http_core_module.xml |4 +- xml/en/docs/http/ngx_http_v3_module.xml | 97 +--- xml/en/docs/quic.xml | 248 + xml/ru/GNUmakefile|1

nginx 1.25.0 changes draft

2023-05-23 Thread Maxim Dounin
Hello! Changes with nginx 1.25.023 May 2023 *) Feature: experimental HTTP/3 support. Изменения в nginx 1.25.0 23.05.2023 *) Добавление: экспериментальная поддержка HTTP/3. -- Maxim Dounin http://mdouni

Re: [PATCH 2 of 6] Tests: unbreak tests with IO::Socket:SSL lacking SSL_session_key

2023-05-23 Thread Maxim Dounin
Hello! On Tue, May 23, 2023 at 02:34:54PM +0400, Sergey Kandaurov wrote: > > On 23 May 2023, at 03:43, Maxim Dounin wrote: > > > > Hello! > > > > On Mon, May 22, 2023 at 11:52:14PM +0400, Sergey Kandaurov wrote: > > > >> # HG changeset patch > >> # User Sergey Kandaurov > >> # Date 168477387

Re: [PATCH 5 of 6] Tests: added missing socket_ssl_alpn guard in mail_ssl.t

2023-05-23 Thread Sergey Kandaurov
> On 23 May 2023, at 06:17, Maxim Dounin wrote: > > Hello! > > On Mon, May 22, 2023 at 11:52:17PM +0400, Sergey Kandaurov wrote: > >> # HG changeset patch >> # User Sergey Kandaurov >> # Date 1684784660 -14400 >> # Mon May 22 23:44:20 2023 +0400 >> # Node ID 633613b924b957fc18dde972ff346

[nginx] Closed the quic branch.

2023-05-23 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/0f704ca791ad branches: quic changeset: 9114:0f704ca791ad user: Roman Arutyunyan date: Tue May 23 16:05:33 2023 +0400 description: Closed the quic branch. ___ nginx-devel mailing list nginx-devel@nginx.

Re: [PATCH 4 of 6] Tests: avoid specifying PSS in sigalgs unless in TLSv1.3

2023-05-23 Thread Sergey Kandaurov
> On 23 May 2023, at 05:07, Maxim Dounin wrote: > > Hello! > > On Mon, May 22, 2023 at 11:52:16PM +0400, Sergey Kandaurov wrote: > >> # HG changeset patch >> # User Sergey Kandaurov >> # Date 1684774417 -14400 >> # Mon May 22 20:53:37 2023 +0400 >> # Node ID 42066e126d2ca0f6d5095d8189105

Re: [PATCH 2 of 6] Tests: unbreak tests with IO::Socket:SSL lacking SSL_session_key

2023-05-23 Thread Sergey Kandaurov
> On 23 May 2023, at 03:43, Maxim Dounin wrote: > > Hello! > > On Mon, May 22, 2023 at 11:52:14PM +0400, Sergey Kandaurov wrote: > >> # HG changeset patch >> # User Sergey Kandaurov >> # Date 1684773874 -14400 >> # Mon May 22 20:44:34 2023 +0400 >> # Node ID 4a3a451716ba26f8fc4be1ccc88dd

How to create same location to point different proxy server

2023-05-23 Thread abdul kadhar
Hi, I need to know how to configure nginx for below scenario. I have configured the Load Balancer(Nginx) for ignition. I have created two upstream(ignapp & ignProdapp) server. For ignapp upstream it is working fine. I need to configure the below code for upstream server(ignProdapp) in the same co