mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #398] 申请证书显示如下错误请问如何解决 #3330
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#3330
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 @zeno980 on GitHub (May 18, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/398
obtain certificate error: error: one or more domains had a problem: [aaa.bbb.ccc] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: [ipv6]: Invalid response from http://aaa.bbb.ccc/.well-known/acme-challenge/pundnjFSxD7K1-oIcC-oBZdVwIjihJR7vTFkP70JkfU: 404
@0xJacky commented on GitHub (May 18, 2024):
配置文件中有 location /.well-know 的规则吗
没有的话,手动添加一下
@zeno980 commented on GitHub (May 18, 2024):
有这个用户,配置文件也有,请问有没有交流qq群之类的,我进去问下
@0xJacky commented on GitHub (May 18, 2024):
没有噢,你可以删掉这个location配置,再重新添加一次试试
@0xJacky commented on GitHub (May 18, 2024):
再检查一下目录下面有没有.well-known 文件夹,有的话要删掉
@zeno980 commented on GitHub (May 18, 2024):
试过很多次了,麻烦有空的话看下





@0xJacky commented on GitHub (May 18, 2024):
看出问题来了,你不要改 .well-known 的配置,就用我提供的那个默认反代规则
@zeno980 commented on GitHub (May 18, 2024):
是这样吗,还是报错
@0xJacky commented on GitHub (May 18, 2024):
保存了吗
@zeno980 commented on GitHub (May 18, 2024):
保存了
@0xJacky commented on GitHub (May 18, 2024):
报错还是提示的404吗,实在不行你改签DNS证书吧
@zeno980 commented on GitHub (May 18, 2024):
还是403,哎,我试试别的
@0xJacky commented on GitHub (May 18, 2024):
404是反代配置错误,403应该是你请求太多次限流了,晚点再试试