mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4815] tcpmux error #3799
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#3799
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 @yzdiyu on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4815
Bug Description
<html> ssh1 | tcpmux | 127.0.0.1:22 | | | start error | tcpmux with multiplexer httpconnect not supported because this feature is not enabled in server </html>frpc Version
0.62.1
frps Version
0.62.1
System Architecture
linux/amd64
Configurations
proxies
name = "ssh1"
type = "tcpmux"
multiplexer = "httpconnect"
customDomains = ["machine-a.example.com"]
localIP = "127.0.0.1"
localPort = 22
frps.toml----
bindAddr = "0.0.0.0"
bindPort = 7000
tcpmuxHTTPConnectPort = 7900
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (May 27, 2025):
The error 'tcpmux with multiplexer httpconnect not supported because this feature is not enabled in server' occurs when the frps server hasn't enabled the tcpmuxHTTPConnectPort. Your frps.toml correctly specifies tcpmuxHTTPConnectPort = 7900, and your frpc.toml is also set up correctly for this.
The most likely reason for the error is that your frps instance is not actually loading this specific configuration file, or it wasn't restarted after the change was made.
Here’s what you can do to fix this:
@github-actions[bot] commented on GitHub (Jun 11, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.