mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #74] 自动续期不工作 #4475
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#4475
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 @hale177 on GitHub (Feb 3, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/74
版本 : nginx-ui v1.6.8
安装方式: docker-compose
业务访问提示非安全才发现证书过期了
如图所示,显示0天已过期,正常应该是到期前一个月就自动续期
然后手动点击续期,续期流程正常没问题。

@0xJacky commented on GitHub (Feb 3, 2023):
如果是早期1.5版本之前开的自动续期,升级之后要手动重新打开续期,相关信息打印在了日志中。JackyOn Feb 3, 2023, at 10:35 AM, hale177 @.***> wrote:
业务直接非安全才发现证书过期了
如图所示,显示0天已过期,正常应该是到期前一个月就自动续期
如果手动点击续期,续期流程正常没问题。
**版本 :**nginx-ui v1.6.8
安装方式: docker-compose
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
@hale177 commented on GitHub (Feb 3, 2023):
并没有 ,一直用的 1.6 以上版本
只升级过一次,从1.6.3 docker image 升到1.6.8 ,没其他变动
@0xJacky commented on GitHub (Feb 4, 2023):
好的,我再看看能不能复现
@0xJacky commented on GitHub (Feb 13, 2023):
目前已经确认了一个问题,如果首次安装后从未重启过 nginx-ui,定时任务就不会启动,这个已经在
bf3edfa中修复了。接下来将会优化证书模块,包括增加签发日志、优化 SAN,缩短续期间隔,这些改动将在 v1.7.6 发布。
@0xJacky commented on GitHub (Feb 15, 2023):
已在 #82 中修复