Re: what happy when nginx cannot request certificate status using ssl_stapling_verify

2020-01-14 Thread q1548
Hello J.R., thank you, thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286720,286736#msg-286736 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: what happy when nginx cannot request certificate status using ssl_stapling_verify

2020-01-14 Thread J.R.
> I enable "ssl_stapling" and "ssl_stapling_verify", it can work fine. But > sometime, I can find a few error messages in error.log, ".Operation > timed out) while requesting certificate status", it seem the OCSP server > of my SSL provider cannot be connected at that time. > > I want to k

what happy when nginx cannot request certificate status using ssl_stapling_verify

2020-01-13 Thread q1548
Hello, I enable "ssl_stapling" and "ssl_stapling_verify", it can work fine. But sometime, I can find a few error messages in error.log, ".Operation timed out) while requesting certificate status", it seem the OCSP server of my SSL provider cannot be connected at that time. I want to know