Author Topic: Letsenycrpt Certificate installation failed  (Read 6258 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
Letsenycrpt Certificate installation failed
« on: April 07, 2017, 11:47:39 PM »
WARNING! Letsenycrpt Certificate installation failed, please check /etc/letsencrypt/live/xxxx !

An unexpected error occurred:
There were too many requests of a given type :: Error creating new cert :: too many certificates already issued for exact set of domains: xxxxx
Please see the logfiles in /var/log/letsencrypt for more details.


Code: [Select]
}
2017-04-07 23:43:09,009:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 "POST /acme/new-cert HTTP/1.1" 429 177
2017-04-07 23:43:09,010:DEBUG:acme.client:Received response:
HTTP 429
Server: nginx
Content-Type: application/problem+json
Content-Length: 177
Boulder-Request-Id: 10Bm1_Xq_29WwJK6Ypc1erVzvPNXdhATDWAGm6zeizo
Boulder-Requester: 12104300
Replay-Nonce: DAe-hcp6Q2RpmM4KJskW5LiJCUWrjgApLu25Q5vCaj0
Expires: Fri, 07 Apr 2017 23:37:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 07 Apr 2017 23:37:51 GMT
Connection: close

{
  "type": "urn:acme:error:rateLimited",
  "detail": "Error creating new cert :: too many certificates already issued for exact set of domains: xxxxx.org",
  "status": 429
}
2017-04-07 23:43:09,010:DEBUG:acme.client:Storing nonce: DAe-hcp6Q2RpmM4KJskW5LiJCUWrjgApLu25Q5vCaj0
2017-04-07 23:43:09,011:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
  File "/root/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
    sys.exit(main())
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/main.py", line 755, in main
    return config.func(config, plugins)
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/main.py", line 682, in certonly
    lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/main.py", line 82, in _get_and_save_cert
    lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/client.py", line 316, in obtain_and_enroll_certificate
    certr, chain, key, _ = self.obtain_certificate(domains)
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/client.py", line 295, in obtain_certificate
    domains, csr, authzr=authzr)
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/client.py", line 245, in obtain_certificate_from_csr
    authzr)
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 313, in request_issuance
    headers={'Accept': content_type})
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 670, in post
    return self._post_once(*args, **kwargs)
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 683, in _post_once
    return self._check_response(response, content_type=content_type)
  File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 570, in _check_response
    raise messages.Error.from_json(jobj)
Error: urn:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new cert :: too many certificates already issued for exact set of domains: xxxx



i try to unistall and installl not fix.
i try to install other domains and same error...
any idea?¿