Nginx performance data

2022-01-04 Thread James Read
Hi, I have some questions about Nginx performance. How many concurrent connections can Nginx handle? What throughput can Nginx achieve when serving a large number of small pages to a large number of clients (the maximum number supported)? How does Nginx achieve its performance? Is the epoll event

RE: OCSP, client certificate verification with chained CA

2022-01-04 Thread Marti, Ueli (Marin)
Good idea, i have tried it now but doesn't change anything From: nginx On Behalf Of Vahan Yerkanian Sent: Tuesday, January 4, 2022 2:20 PM To: nginx@nginx.org Subject: Re: OCSP, client certificate verification with chained CA Have you tried increasing the depth? ssl_verify_depth 3; On 4

Re: OCSP, client certificate verification with chained CA

2022-01-04 Thread Vahan Yerkanian
Have you tried increasing the depth? ssl_verify_depth 3; > On 4 Jan 2022, at 15:10, Marti, Ueli (Marin) > wrote: > > Hi, > i am trying to setup nginx for OCSP client certificate verification and have > troubles getting it to work with chained CA's. > My setup is as follows, all referenced

OCSP, client certificate verification with chained CA

2022-01-04 Thread Marti, Ueli (Marin)
Hi, i am trying to setup nginx for OCSP client certificate verification and have troubles getting it to work with chained CA's. My setup is as follows, all referenced files are in the attached archive. - RootCa (pki/root/RootCa*.*): Self signed root CA certificate - IntermediateCa (pki/intermediat