getssl icon indicating copy to clipboard operation
getssl copied to clipboard

getssl: ACME server returned error: 400: "detail": "Error finalizing order :: signature algorithm not supported"

Open workdvdh opened this issue 1 year ago • 17 comments

Hello,

We use getssl to manage our letsencrypt. It's been working fine up until recently where we get the following error

getssl -u -w /root/.getssl/ ourdomain.org

Registering account Verify each domain Verifying scripts.iucr.org scripts.iucr.org is already validated Verification completed, obtaining certificate. Requesting Finalize Link getssl: ACME server returned error: 400: "detail": "Error finalizing order :: signature algorithm not supported"

I'm currently baffled by this.

This happens with oth V2.46 and V2.45 of getssl

When I turn on DEBUG I see at the failure point

responseHeaders HTTP/1.1 100 Continue^M ^M HTTP/1.1 400 Bad Request^M Server: nginx^M Date: Sat, 24 Sep 2022 13:13:29 GMT^M Content-Type: application/problem+json^M Content-Length: 141^M Connection: keep-alive^M Boulder-Requester: 6077801^M Cache-Control: public, max-age=0, no-cache^M Link: https://acme-v02.api.letsencrypt.org/directory;rel="index"^M Replay-Nonce: 0101qdasVpiefMlaz78GTG7fdo_rEjbUjDBB5wapJ_TxjXI^M ^M

response { "type": "urn:ietf:params:acme:error:badCSR", "detail": "Error finalizing order :: signature algorithm not supported", "status": 400}

workdvdh avatar Sep 24 '22 12:09 workdvdh