mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3128] 使用了http_proxy插件,http请求能正常代理,websocket无法正常使用 #2506
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#2506
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 @WANMAX on GitHub (Oct 13, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3128
Bug Description
使用了http_proxy插件,http请求能正常代理,websocket无法正常使用
frpc Version
0.44.0
frps Version
0.44.0
System Architecture
linux/amd64
Configurations
[common]
server_addr =
server_port =
token =
[http_proxy]
type = tcp
remote_port = 6004
plugin = http_proxy
plugin_http_user = proxy
plugin_http_passwd = 134215
[socks_proxy]
type = tcp
remote_port = 6005
plugin = socks5
plugin_user = proxy
plugin_passwd = 134215
Logs
No response
Steps to reproduce
...
Affected area