mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2026] 请教一下,请问是否支持 socket.io 服务的代理? #1607
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#1607
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 @linwenchao on GitHub (Oct 11, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2026
客户端与服务器的 socket.io 服务连接,直连应用服务或者用Nginx代理时正常成功连接,
加上 frp 后一直失败,无论是 frp 反代到 Nginx 或者直接反代到应用服务器都无法成功。
frpc / frps 均是最新 0.34 版本
frps 跑在 Ubuntu,frpc 跑在Mac(也有其它Go应用在跑)
@linwenchao commented on GitHub (Oct 11, 2020):
单独设了一个tcp端口供websocket握手,问题解决
@chengfeng311 commented on GitHub (Mar 31, 2023):
能详细讲下配置吗?最近也碰到了这个问题 @linwenchao