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
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.
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