申请证书和续证书爆错
#550
Replies: 1 comment
-
申请的是let's 证书 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
|-正在创建订单..
Traceback (most recent call last):
File "/www/server/mdserver-web/lib64/python3.6/site-packages/flask_sockets.py", line 40, in call
handler, values = adapter.match()
File "/www/server/mdserver-web/lib64/python3.6/site-packages/werkzeug/routing.py", line 2042, in match
raise NotFound()
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/mdserver-web/class/core/cert_api.py", line 376, in requestsPost
response = urllib.request.urlopen(req, timeout=timeout)
File "/usr/lib64/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib64/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/lib64/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib64/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/lib64/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/lib64/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: Too Many Requests
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/mdserver-web/class/core/cert_api.py", line 1182, in applyCert
index = self.createOrder(domains, auth_type, auth_to)
File "/www/server/mdserver-web/class/core/cert_api.py", line 754, in createOrder
res = self.acmeRequest(self.__apis['newOrder'], payload)
File "/www/server/mdserver-web/class/core/cert_api.py", line 646, in acmeRequest
url, data=data, timeout=self.__acme_timeout)
File "/www/server/mdserver-web/class/core/cert_api.py", line 380, in requestsPost
raise Exception("requestsPost: {}".format(self.getError(str(ex))))
Exception: requestsPost: 该帐户1小时内失败的订单次数超过5次,请等待1小时再重试!
怎么解决呢
Beta Was this translation helpful? Give feedback.
All reactions