mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #524] [Bug] DNS无法解析 #335
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ans- on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/524
描述问题
证书申请失败,报错如下:
[2025-03-15 20:22:37]
进入申请证书节点
[2025-03-15 20:22:47]
get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get "https://acme-v02.api.letsencrypt.org/directory": dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: read udp 127.0.0.1:58178->127.0.0.11:53: i/o timeout
宿主机上可以ping通:
container中ping不通:
设置「DNS 递归服务器」后,依然不通, 同样的报错
复现步骤
复现该问题的步骤:
期望的结果
简要描述你期望发生的事情。
截图
如有可能,请添加截图以帮助解释问题。
环境
docker.io image, v0.3.4
其他信息
在此处添加关于该问题的任何其他信息。
container中发现/etc/resolv.conf如下:
@usual2970 commented on GitHub (Mar 15, 2025):
感谢反馈~ 这应该和 Certimate 无关