[GH-ISSUE #3128] 使用了http_proxy插件,http请求能正常代理,websocket无法正常使用 #2506

Closed
opened 2026-05-05 13:36:59 -06:00 by gitea-mirror · 0 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2506
No description provided.