we have used openresty service to generate the SSL certificate.but some time our domain gives `
ERR_CERT_DATE_INVALID` error. The error shows the certificate is not updated or might be expired.
but resty_auto_ssl plugin handles the auto-renewals of the certificates. is there any issue with resty_auto_ssl plugin?
openresty version - nginx version: openresty/
1.13.6.2 built with OpenSSL 1.1.0h 27 Mar 2018
we get the following error in the nginx error log-
`ssl_certificate.lua:255: set_response_cert(): auto-ssl: failed to set ocsp stapling for example.com - continuing anyway - failed to get ocsp response: failed to validate OCSP response (http://ocsp.int-x3.letsencrypt.or`g): OCSP response not successful (6: unauthorized), context: ssl_certificate_by_lua*, client: xx.xx.xx.xx, server: 0.0.0.0:443`
also we get the `rateLimited` error.
Details:
{
"type": "urn:acme:error:rateLimited",
"detail": "Error creating new authz :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-limits/",
"status": 429
}
could you please help me to find out the problem?