mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3391] Http 类型代理 提示 do http proxy request error EOF #2710
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2710
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 @xuxiangyang on GitHub (Apr 9, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3391
Bug Description
出于安全考虑,下面的例子中涉及的配置和日志,我把服务器ip改为了
39.39.39.39,一级域名改为了example.com服务器在阿里云,centos,防火墙和安全组配置没有问题。
客户端在openwrt软路由上,软路由ip是
192.168.168.2, web端路由端口在80上,也开通了22的ssh端口。目前 TCP层代理是可以正常访问的。但是HTTP访问会提示 404。
能搜到的方案都试了,没能解决。麻烦帮忙看下。
frpc Version
0.47.0
frps Version
0.47.0
System Architecture
linux/amd64 和 linux/aarch64
Configurations
server端配置如下
client端配置如下
Logs
server端关键日志如下
client端关键日志如下
Steps to reproduce
docker-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz配件Affected area
@xuxiangyang commented on GitHub (Apr 10, 2023):
关闭了 proxy_protocol_version 正常了,这个看起来需要内网服务支持。参考 协议