mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2436] Http_proxy and Websocket protocol #1936
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#1936
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 @steom on GitHub (Jun 6, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2436
Connecting to frps via HTTP PROXY with frpc websocket protocol does not work.
frpc "http_proxy" & "protocol = tcp" works fine
frpc "http_proxy" & "protocol = websocket" no connection
@fatedier commented on GitHub (Jun 8, 2021):
https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#L10
Comments here describe that it only support tcp protocol.
@steom commented on GitHub (Jun 8, 2021):
oh sorry,
I had never seen that note,
it's a limitation,
it's support can be implemented in future?
@fatedier commented on GitHub (Jun 8, 2021):
I'm not sure. Let's keep this issue open as a proposal and see if someone can help.