mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-26 01:05:52 +03:00
[GH-ISSUE #983] 无法注册ACME #6300
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#6300
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 @ray154856235 on GitHub (Apr 23, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/983
在国内无法注册ACME 无法申请证书
@0xJacky commented on GitHub (Apr 23, 2025):
你好,我也在国内的,可以注册呢
@ray154856235 commented on GitHub (Apr 23, 2025):
我中华大内网 dns设置 8.8.8.8 添加acme提示Server error...
@0xJacky commented on GitHub (Apr 23, 2025):
麻烦将 app.ini 里的RunMode 改成 debug,重启 nginx-ui 查看一下服务器的日志可以吗
@ray154856235 commented on GitHub (Apr 23, 2025):
是这个日志吗
@ray154856235 commented on GitHub (Apr 23, 2025):
还是这个
@ray154856235 commented on GitHub (Apr 23, 2025):
服务器上ping它又通
@0xJacky commented on GitHub (Apr 23, 2025):
看样子还是网络的问题
@0xJacky commented on GitHub (Apr 23, 2025):
等半天看看吧,如果不行再考虑配个 HTTP_PROXY
@ray154856235 commented on GitHub (Apr 23, 2025):
我用PROXY能成功,就是考虑到proxy需要维护不能一劳永逸所以不想配proxy嘛, 有其他稳定的办法吗
@0xJacky commented on GitHub (Apr 23, 2025):
你是在家庭用还是在公网服务器上跑的啊
@ray154856235 commented on GitHub (Apr 23, 2025):
家宽, 它这个配置可以设置保存后,再自动重复注册吗? 网络不知道什么时候可能突然就可以了
@ray154856235 commented on GitHub (Apr 23, 2025):
现在在用npm 看这个项目流量统计挺好的 想换过来玩玩
@ray154856235 commented on GitHub (Apr 23, 2025):
试了20几次 突然有一次就注册成功了一次..但是这个体验像是抽盲盒,一般正常使用都要放弃了 = =
@0xJacky commented on GitHub (Apr 23, 2025):
软路由配代理吧,这没太好的办法
@ray154856235 commented on GitHub (Apr 23, 2025):
这里报错是什么原因啊
@ray154856235 commented on GitHub (Apr 23, 2025):
现在网络好像没问题 但是没办法获取到证书
@0xJacky commented on GitHub (Apr 23, 2025):
可以提供一下日志吗
@ray154856235 commented on GitHub (Apr 23, 2025):
截图就是日志啊
十分神奇,我在同一个局域网下一台debian 一台alpine 同样用docker同样配置,debian的能正常申请证书 alpine的就是上面这样报错
@ray154856235 commented on GitHub (Apr 23, 2025):
ERROR /home/runner/work/nginx-ui/nginx-ui/internal/user/user.go:40 token is malformed: token contains an invalid number of segments
@0xJacky commented on GitHub (Apr 23, 2025):
有试过重新登录吗,这看起来是 token 解析的问题
@0xJacky commented on GitHub (Apr 23, 2025):
额 我知道了,你试试清空浏览器缓存或者换个无痕模式的浏览器进去应该就能申请了。后台读取了 token 的 cookie 但是优先级不太对,但是这个 cookie 怎么产生的就不太知道了,我后续会优化,暂时可以先清空浏览器看看
@ray154856235 commented on GitHub (Apr 23, 2025):
对 是浏览器的cookie出问题了,换浏览器就能正常使用..