Hi,
I’m getting the below error while trying to issue certificates with -d … -d … -d …
(This has worked fine for a long time)
Any hints are greatly appreciated.
//SYS
Apache 2.4.6 w/ Centos 7.
Certbot 1.6.0
//
If you need more information, logs etc … don’t hesitate to ask.
The contact email associated with the account is admin@fouredge.se
Rgds
/PL
— letsencrypt.log —
2020-08-26 09:39:44,626:DEBUG:acme.client:Storing nonce: 0002tG4fXudB1NXP8SLvAavN1DhSgpUKi52HdxRbD7oU0Z0
2020-08-26 09:39:44,627:DEBUG:acme.client:JWS payload:
2020-08-26 09:39:44,630:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/6764143372:
{
“protected”: “eyJub25jZSI6ICIwMDAydEc0Zlh1ZEIxTlhQOFNMdkFhdk4xRGhTZ3BVS2k1MkhkeFJiRDdvVTBaMCIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3J
nL2FjbWUvYXV0aHotdjMvNjc2NDE0MzM3MiIsICJraWQiOiAiaHR0cHM6Ly9hY21lLXYwMS5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvcmVnLzIzNTA5MTY2IiwgImFsZyI6ICJSUzI1NiJ9”,
“payload”: “”,
“signature”: “emuEYVl7l49TbnRdOmtfbrMDigjELHy7mDBUQu0A2fI6Pwz2XPwoswfo_Xn1y420aOVrXVYd3qcfUVLo1bHpqiE7U0wPA5xX3Tjo031LhgMu-zrprhYrVSPcL6n96UHCH-XrOOOmXV0
T8fKAkEDO1R8lEeeUredxvMlMoDH-gscs4GCC5Bz5U_BsqCs7QRwheLfpRamOoeiZuzm7CJL_VDREquFDlu4-QE7prSKVchtfQZlSIKrlwQzXgnOtOk1vLc5POWrKVoPH4OGZesC4SDJDR2wB47yJhcmE1L
Hg1qTSS0q8gV-Y7hWs-i8hvFX-R1H2i9mGA5ueprxpHgnSIg”
}
2020-08-26 09:39:49,775:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 “POST /acme/authz-v3/6764143372 HTTP/1.1” 500 173
2020-08-26 09:39:49,776:DEBUG:acme.client:Received response:
HTTP 500
Server: nginx
Date: Wed, 26 Aug 2020 07:39:49 GMT
Content-Type: application/problem+json
Content-Length: 173
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: https://acme-v02.api.letsencrypt.org/directory;rel=“index”
Replay-Nonce: 0001c-Q4PqVcPTpWvcCWrAdPjRXvO17tOr7oyWG76yvpZSQ
{
“type”: “urn:ietf:params:acme:error:serverInternal”,
“detail”: "Error retrieving account “https://acme-v01.api.letsencrypt.org/acme/reg/23509166"”,
“status”: 500
— end —