mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #377] 在agent节点里,签发证书时无法选择到Alibaba Cloud DNS #5987
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#5987
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 @jearton on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/377
主节点上的日志:
主节点版本:2.0.0-beta.21
agent节点版本:2.0.0-beta.21
怀疑是空格导致的,因为我选择带空格的就会报这个错。
@jearton commented on GitHub (May 8, 2024):
复现路径:部署一个主节点,再部署一个agent节点,从主节点里链接进去agent节点,再去签发阿里云dns证书,就会有这个问题。
如果直接访问agent节点的nginx-ui,就没有这个问题。
@0xJacky commented on GitHub (May 8, 2024):
好的收到
@0xJacky commented on GitHub (May 8, 2024):
大概知道原因了,应该是 URL 没转义
@0xJacky commented on GitHub (May 8, 2024):
已经修复,v2.0.0-beta.23 如果刚才装过了,重新安装一下新编译的。