Internal server error
Hello,
there's error 500 in acme.sh (from Buypass API I think?) when I'm trying to issue cert:
[Mon Apr 10 12:27:14 CEST 2023] _CURL='curl --silent --dump-header /root/.acme.sh/http.header -L -g '
[Mon Apr 10 12:27:16 CEST 2023] _ret='0'
[Mon Apr 10 12:27:16 CEST 2023] code='500'
[Mon Apr 10 12:27:16 CEST 2023] Le_LinkOrder
[Mon Apr 10 12:27:16 CEST 2023] Le_OrderFinalize
[Mon Apr 10 12:27:16 CEST 2023] Create new order error. Le_OrderFinalize not found. {"code":500,"message":"INTERNAL_SERVER_ERROR","details":"HTTP 500 Internal Server Error"}
Few days ago everything was working fine.
-
I was getting these errors from time to time as well, but since yesterday I'm constantly getting them when my client (Ansible's `community.crypto.acme_certificate` module) tries to query authorizations (https://api.buypass.com/acme/authz/xxx/1) with ACME v1 protocol (original Let's Encrypt protocol). With the ACME v2 protocol (RFC 8555), everything works fine.