mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1185] 想把站点挂在到 nginx 下,访问出错 #801
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#801
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 @humbass on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1185
Release Version / 软件版本
0.4.16
Description / 问题描述
希望把位于 4000 端口的服务,挂在 nginx 下
80 端口运行正常
443 首页访问 OK, 登录就出错, 提示 API 不存在
@fudiwei commented on GitHub (Feb 8, 2026):
麻烦截个图。
@KukiSa commented on GitHub (Feb 9, 2026):
可以尝试
另外 nginx 的 listen 指令的 http2 参数已自版本 1.25.1 起弃用,当前版本建议写作
listen 443 ssl; http2 on;@humbass commented on GitHub (Feb 10, 2026):
@KukiSa 非常感谢改成下面的方式就可以了。
我的系统 debian 12, 默认安装的nginx还是 1.22版本。