Re: client certificate to upstream via nginx

2023-03-29 Thread Maxim Dounin
Hello! On Wed, Mar 29, 2023 at 01:13:10PM +0530, Vishwas Bm wrote: > We have a client certificate in pem format and it is having below content > and all these certificates are present in a single file. > serverCertificate -> intermediate CA -> rootCA > > Now in the nginx.conf have below directiv

QUIC oddity (gets h2 the first time around, subsequent retrievals are h3)

2023-03-29 Thread Eric Germann via nginx
Wondering if anyone can explain this. With Chrome and Curl, it seems like the first connect from a restarted client, seems to return data over HTTP/2. Subsequent rounds return HTTP/3. Here’s some output showing it curl --http3 https://noc2.semperen.com/lslr.b64 -I HTTP/2 200 server: nginx/1.

client certificate to upstream via nginx

2023-03-29 Thread Vishwas Bm
Hi We have a client certificate in pem format and it is having below content and all these certificates are present in a single file. serverCertificate -> intermediate CA -> rootCA Now in the nginx.conf have below directives set: ` server { ... ssl_client_certificate ca-pg-ca.pem; * ssl_verify