You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now origin-ca-issuer caches a signing request attempt which turns transient error on Cloudflare API (e.g., tcp connection error) into a permanent failure to update a certificate.
For the context we were getting this error constantly, until manually deleted signing request: "The certificate request has failed to complete and will be retried: Failed to sign certificate request: unable to sign request: Cloudflare API Error code=1010 message=Failed to validate requested hostname <hostname>: Get "https://i.api.cloudflare.com/v4/zones?name=<hostname>&page=1&per_page=100&status=active": read tcp [2a06:98c0:360d:bcd1:4309:8b96:803c:e470]:36774->[2a06:98c0:3611::1f07]:443: read: connection reset by peer"
The text was updated successfully, but these errors were encountered:
Right now origin-ca-issuer caches a signing request attempt which turns transient error on Cloudflare API (e.g., tcp connection error) into a permanent failure to update a certificate.
For the context we were getting this error constantly, until manually deleted signing request:
"The certificate request has failed to complete and will be retried: Failed to sign certificate request: unable to sign request: Cloudflare API Error code=1010 message=Failed to validate requested hostname <hostname>: Get "https://i.api.cloudflare.com/v4/zones?name=<hostname>&page=1&per_page=100&status=active": read tcp [2a06:98c0:360d:bcd1:4309:8b96:803c:e470]:36774->[2a06:98c0:3611::1f07]:443: read: connection reset by peer"
The text was updated successfully, but these errors were encountered: