mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1131] 部署宝塔提示未知IP #764
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#764
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 @fcwys on GitHub (Dec 29, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1131
Release Version / 软件版本
v0.4.12
Description / 问题描述
部署宝塔提示未知IP,实际是在本机调用本机宝塔,API接口允许了127.0.0.1和本机公网IP也不行,之前是可以的:
Miscellaneous / 其他
No response
@fudiwei commented on GitHub (Dec 30, 2025):
这个你应该问宝塔吧 😂 Certimate 就是调用个 HTTP 请求,又不能篡改 IP。
@fcwys commented on GitHub (Dec 30, 2025):
我知道是宝塔的问题,只是来这看看有没有人遇到过或者有啥解决办法参考下😂
@fudiwei commented on GitHub (Dec 30, 2025):
仔细回忆一下最近对宝塔干过啥?升级版本了?开了防火墙?WAF 规则改了?前面配了反向代理但忘记转发
X-Forwarded-For头了?@fcwys commented on GitHub (Dec 30, 2025):
除了上个月升级过宝塔其他啥都没弄,确定是宝塔的问题的,因为是本机运行,宝塔居然获取不到客户端请求IP也是比较离谱