Re: OCSP stapling for client certificates

2019-12-04 Thread Frank Liu
https://trac.nginx.org/nginx/ticket/1534 > On Dec 4, 2019, at 9:31 AM, ramirezc wrote: > > I have the same question ast itplayer: Other than CRL, any other alternative > way we can do OCSP validation in the pipeline? > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,252893,28640

Re: OCSP stapling for client certificates

2019-12-04 Thread ramirezc
I have the same question ast itplayer: Other than CRL, any other alternative way we can do OCSP validation in the pipeline? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,252893,286405#msg-286405 ___ nginx mailing list nginx@nginx.org http:/

Re: OCSP stapling for client certificates

2019-04-13 Thread itplayer
Other than CRL, any other alternative way we can do OCSP validation in the pipeline? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,252893,283766#msg-283766 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ngi

Re: OCSP stapling for client certificates

2015-07-05 Thread Maxim Dounin
Hello! On Sun, Jun 28, 2015 at 12:20:06PM -0400, prozit wrote: > Actually, I had the same questions. > Is this something that's available by now, or is it in the pipeline of any > new release of Nginx or will it never be? > > I'm just asking since I believe this might be a good feature to add si

Re: OCSP stapling for client certificates

2015-06-28 Thread prozit
Hi, Actually, I had the same questions. Is this something that's available by now, or is it in the pipeline of any new release of Nginx or will it never be? I'm just asking since I believe this might be a good feature to add since CRL's could get very big when lots of certificate have been revoke

Re: OCSP stapling for client certificates

2014-08-27 Thread Maxim Dounin
Hello! On Wed, Aug 27, 2014 at 11:51:08AM -0500, Mohammad Dhedhi wrote: > Hi, > > I was able to setup nignx with client certificate authentication and OCSP > stapling. I however noticed that OCSP is used only for the nginx server ssl > certificate. > > It does not use OCSP for validating client

OCSP stapling for client certificates

2014-08-27 Thread Mohammad Dhedhi
Hi, I was able to setup nignx with client certificate authentication and OCSP stapling. I however noticed that OCSP is used only for the nginx server ssl certificate. It does not use OCSP for validating client certificates to see if a client is using a revoked certificate or not. Is ssl_crl the o