[GH-ISSUE #377] 在agent节点里,签发证书时无法选择到Alibaba Cloud DNS #7332

Closed
opened 2026-03-12 20:09:43 +03:00 by kerem · 4 comments
Owner

Originally created by @jearton on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/377

主节点上的日志:

[0.388ms] [rows:1] SELECT * FROM `environments` WHERE `environments`.`id` = 2 AND `environments`.`deleted_at` IS NULL ORDER BY `environments`.`id` LIMIT 1
2024-05-08 01:13:45	DEBUG	router/proxy.go:60	Proxy request http://47.99.84.207:9000/api/dns_credentials?provider=Alibaba Cloud DNS
[GIN] 2024/05/08 - 01:13:45 | 400 |  172.251959ms |   192.168.10.15 | GET      "/api/dns_credentials?provider=Alibaba+Cloud+DNS"

主节点版本:2.0.0-beta.21
agent节点版本:2.0.0-beta.21

怀疑是空格导致的,因为我选择带空格的就会报这个错。

image

Originally created by @jearton on GitHub (May 7, 2024). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/377 主节点上的日志: ``` [0.388ms] [rows:1] SELECT * FROM `environments` WHERE `environments`.`id` = 2 AND `environments`.`deleted_at` IS NULL ORDER BY `environments`.`id` LIMIT 1 2024-05-08 01:13:45 DEBUG router/proxy.go:60 Proxy request http://47.99.84.207:9000/api/dns_credentials?provider=Alibaba Cloud DNS [GIN] 2024/05/08 - 01:13:45 | 400 | 172.251959ms | 192.168.10.15 | GET "/api/dns_credentials?provider=Alibaba+Cloud+DNS" ``` 主节点版本:2.0.0-beta.21 agent节点版本:2.0.0-beta.21 怀疑是空格导致的,因为我选择带空格的就会报这个错。 ![image](https://github.com/0xJacky/nginx-ui/assets/10370433/eb14c956-8032-4896-b61d-2a9c87ef887e)
kerem 2026-03-12 20:09:43 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@jearton commented on GitHub (May 8, 2024):

复现路径:部署一个主节点,再部署一个agent节点,从主节点里链接进去agent节点,再去签发阿里云dns证书,就会有这个问题。

如果直接访问agent节点的nginx-ui,就没有这个问题。

<!-- gh-comment-id:2100184067 --> @jearton commented on GitHub (May 8, 2024): 复现路径:部署一个主节点,再部署一个agent节点,从主节点里链接进去agent节点,再去签发阿里云dns证书,就会有这个问题。 如果直接访问agent节点的nginx-ui,就没有这个问题。
Author
Owner

@0xJacky commented on GitHub (May 8, 2024):

好的收到

<!-- gh-comment-id:2100187165 --> @0xJacky commented on GitHub (May 8, 2024): 好的收到
Author
Owner

@0xJacky commented on GitHub (May 8, 2024):

大概知道原因了,应该是 URL 没转义

<!-- gh-comment-id:2100242306 --> @0xJacky commented on GitHub (May 8, 2024): 大概知道原因了,应该是 URL 没转义
Author
Owner

@0xJacky commented on GitHub (May 8, 2024):

已经修复,v2.0.0-beta.23 如果刚才装过了,重新安装一下新编译的。

<!-- gh-comment-id:2100334560 --> @0xJacky commented on GitHub (May 8, 2024): 已经修复,v2.0.0-beta.23 如果刚才装过了,重新安装一下新编译的。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#7332
No description provided.