Hi,
On 55 domains SAN cert we are getting 500 error.I think the CA server’s api is getting timeout after 5 min.
2017-09-27 09:04:04,339:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 “POST /acme/new-cert HTTP/1.1” 500 101
2017-09-27 09:04:04,340:DEBUG:acme.client:Received response:
HTTP 500
Server: nginx
Content-Type: application/problem+json
Content-Length: 101
Boulder-Requester: 21878455
Replay-Nonce: fHxOt4OPfRuCty-2_CfF9_Q4n6_YLQ3gDD4bweEoAe0
Expires: Wed, 27 Sep 2017 09:04:04 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 27 Sep 2017 09:04:04 GMT
Connection: close
{
“type”: “urn:acme:error:serverInternal”,
“detail”: “Error creating new cert”,
“status”: 500
}
2017-09-27 09:04:04,340:DEBUG:acme.client:Storing nonce: fHxOt4OPfRuCty-2_CfF9_Q4n6_YLQ3gDD4bweEoAe0
2017-09-27 09:04:04,341:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File “/usr/bin/certbot”, line 11, in
load_entry_point(‘certbot==0.17.0’, ‘console_scripts’, ‘certbot’)()
File “/usr/lib/python2.7/dist-packages/certbot/main.py”, line 753, in main
return config.func(config, plugins)
File “/usr/lib/python2.7/dist-packages/certbot/main.py”, line 692, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File “/usr/lib/python2.7/dist-packages/certbot/main.py”, line 82, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File “/usr/lib/python2.7/dist-packages/certbot/client.py”, line 357, in obtain_and_enroll_certificate
certr, chain, key, _ = self.obtain_certificate(domains)
File “/usr/lib/python2.7/dist-packages/certbot/client.py”, line 336, in obtain_certificate
domains, csr, authzr=authzr)
File “/usr/lib/python2.7/dist-packages/certbot/client.py”, line 278, in obtain_certificate_from_csr
authzr)
File “/usr/lib/python2.7/dist-packages/acme/client.py”, line 313, in request_issuance
headers={‘Accept’: content_type})
File “/usr/lib/python2.7/dist-packages/acme/client.py”, line 682, in post
return self._post_once(*args, **kwargs)
File “/usr/lib/python2.7/dist-packages/acme/client.py”, line 695, in _post_once
return self._check_response(response, content_type=content_type)
File “/usr/lib/python2.7/dist-packages/acme/client.py”, line 582, in _check_response
raise messages.Error.from_json(jobj)
Error: urn:acme:error:serverInternal :: The server experienced an internal error :: Error creating new cert