黄元 发表于 2021-7-8 12:43:11

【已解答】出错···

Traceback (most recent call last): File "D:\BtSoft\panel/class\flask_sockets.py", line 30, in __call__ handler, values = adapter.match() File "C:\Program Files\python\lib\site-packages\werkzeug\routing.py", line 1945, 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 "D:\BtSoft\panel/class\acme_v2.py", line 1238, in apply_cert index = self.create_order(domains, auth_type, auth_to) File "D:\BtSoft\panel/class\acme_v2.py", line 290, in create_order raise Exception("订单创建失败: {} -->url:{},status_code:{}".format(res.json(),self._apis['newOrder'],res.status_code)) Exception: 订单创建失败: {'type': 'urn:ietf:params:acme:error:rateLimited', 'detail': 'Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours: dj258.com,m.dj258.com,www.dj258.com: see https://letsencrypt.org/docs/rate-limits/', 'status': 429} -->url:https://acme-v02.api.letsencrypt.org/acme/new-order,status_code:429

黄元 发表于 2021-7-8 12:46:04

WINDOWS 验证证书出错。

黄元 发表于 2021-7-8 13:59:39

没人处理的吗

大炮运维V587 发表于 2021-7-8 14:37:59

宝塔用户_lhktwp 发表于 2021-7-8 13:59
没人处理的吗

您好,看提示是被Let's Encrypt 证书商拦截了,https://letsencrypt.org/zh-cn/docs/rate-limits/
应该是在短时间内大量申请证书引起的。

页: [1]
查看完整版本: 【已解答】出错···