My domain is: SAN Batch: aische-pervers.tv, api.vxpages.com, blondy93.com, candyxs.com, chantalsweet.com, fitness-maus.net, herrin-jessy.com, inkedvanessa.net, julia-jones.com, julia-jones.net, kathirocks.com, lillygirly.com, marywet.com, mimisweet.net, sexy-auswanderer.com, sexy-auswanderer.de, sexy-auswanderer.net, staging.vxinsta.net, and more (up to 100, but i’m only allowed to put 20 into a post)
I ran this command: We use the golang lego API to issue certs. Usually without any problems.
It produced this output: error=“acme: error: 500 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:serverInternal :: Error creating new order”
My web server is (include version): NA
The operating system my web server runs on is (include version): CentOS 7
My hosting provider, if applicable, is: NA
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): latest lego lib
We issue certificates for a large number of domains. A lot of these are batched into single certs using up to 100 SAN’s. The whole process is fully automated and used to run hourly (only issuing new certs, or changed names). After migrating to the acmev2 api recently we are seeing 500 Errors from the https://acme-v02.api.letsencrypt.org/acme/new-order endpoint. As we retry hourly this would not be a big issue. However the order seems to have been kind of created, as we run into “too many pending authorizations” rate limit after we got a few 500 errors. As we only get the 500 and not the actual authorization urls or any other response we have no way of actually clearing these
For now i’ve switched to issue certs only twice a day so we can react and manually check when a 500 apperas. But afaik the only way now to get rid of these authorizations is to wait a week or rotate the account key.