acme.sh申请loc.cc证书始终出现DNS problem: query timed out looking up A错误,大家有没有解

RT

[root@dasabo-de ~]# acme.sh --issue -d os.loc.cc -d io.loc.cc -w /data/web/ssl/ -k ec-256 --httpport 8081 --force
[Wed Jun  4 09:23:45 UTC 2025] Using CA: https://acme-v02.api.letsencrypt.org/directory
[Wed Jun  4 09:23:45 UTC 2025] Multi domain='DNS:os.loc.cc,DNS:io.loc.cc,DNS:ai.loc.cc'
[Wed Jun  4 09:23:49 UTC 2025] Getting webroot for domain='os.loc.cc'
[Wed Jun  4 09:23:49 UTC 2025] Getting webroot for domain='io.loc.cc'
[Wed Jun  4 09:23:49 UTC 2025] Verifying: os.loc.cc
[Wed Jun  4 09:23:50 UTC 2025] Pending. The CA is processing your order, please wait. (1/30)
[Wed Jun  4 09:23:53 UTC 2025] Pending. The CA is processing your order, please wait. (2/30)
[Wed Jun  4 09:23:57 UTC 2025] Pending. The CA is processing your order, please wait. (3/30)
[Wed Jun  4 09:24:00 UTC 2025] Pending. The CA is processing your order, please wait. (4/30)
[Wed Jun  4 09:24:04 UTC 2025] Pending. The CA is processing your order, please wait. (5/30)
[Wed Jun  4 09:24:07 UTC 2025] Pending. The CA is processing your order, please wait. (6/30)
[Wed Jun  4 09:24:11 UTC 2025] Pending. The CA is processing your order, please wait. (7/30)
[Wed Jun  4 09:24:14 UTC 2025] Pending. The CA is processing your order, please wait. (8/30)
[Wed Jun  4 09:24:18 UTC 2025] Pending. The CA is processing your order, please wait. (9/30)
[Wed Jun  4 09:24:21 UTC 2025] os.loc.cc: Invalid status. Verification error details: During secondary validation: DNS problem: query timed out looking up A for os.loc.cc; DNS problem: query timed out looking up AAAA for os.loc.cc
[Wed Jun  4 09:24:21 UTC 2025] Please add '--debug' or '--log' to see more information.
[Wed Jun  4 09:24:21 UTC 2025] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
[root@dasabo-de ~]# 

想请教一下大家,有没有会解的?
刚开始我以为是NS的同步还没有完成,但使用 nslookup 查 可以看到返回的响应IP是正确的。

我用自带的 添加txt记录 添加进去了 但是好像无效 证书验证失败

一直有这个问题,但也有不少人申请成功了,不知道咋回事

关注,期待大佬解决

txt记录 我 也手动添加过(添加后等了1小时),但还是会出现 please wait. (1/30) ---- please wait. (10/30),然后又无了。

acme.sh --issue --dns -d os.loc.cc -d io.loc.cc --yes-I-know-dns-manual-mode-enough-go-ahead-please --force
手动添加 TXT 记录,然后等1小时。
acme.sh --renew -d os.loc.cc -d io.loc.cc --yes-I-know-dns-manual-mode-enough-go-ahead-please --ecc --force

目前能用的似乎只有webroot

我也是用的acme.sh,签zerossl的证书