mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3002] 【使用问题】关于ws可用,wss自动断开的问题 #2398
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#2398
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 @anycodes on GitHub (Jul 4, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3002
Bug Description
我现在的流程是:
我遇到的问题是,
http请求,https请求,ws请求,都是可以用的,没有问题,但是wss请求就会有问题,具体表现是客户端提示连接成功,然后迅速断开连接,服务端也是被断开,然后提示的code是1006,整个链路看了好久没发现啥问题,觉得可能是frp这里配置的问题或者其他问题,想请各位大佬帮忙指导一下。
frpc Version
frp_0.42.0
frps Version
frp_0.42.0
System Architecture
linux_amd64
Configurations
服务端的配置就是
客户端的配置:
Logs
No response
Steps to reproduce
...
Affected area
@anycodes commented on GitHub (Jul 4, 2022):
因为我对这个不是很熟悉,也是盲猜是这部分的问题。
我刚才在frp client后面加了一个nginx,问题得以解决,我先close这个issue。
@rxluck commented on GitHub (Jan 3, 2023):
我遇到了相同的问题,请问能够提供nginx一下frpc client的nginx配置吗?