Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry certificate signing request correctly #157

Open
daria-arc opened this issue Dec 24, 2024 · 0 comments
Open

Retry certificate signing request correctly #157

daria-arc opened this issue Dec 24, 2024 · 0 comments

Comments

@daria-arc
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant