mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4946] failed to connect to the local service when use tcp mode #3900
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#3900
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 @showeriszero on GitHub (Aug 19, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4946
Bug Description
local service is a Nginx server.
It can work on chrome in the macos system, but not on safari and iOS chrome.
use curl -vk https:// show error:
curl: (35) Recv failure: Connection reset by peer
frpc Version
0.64.0,0.61_1
frps Version
0.64.0,0.61_1
System Architecture
linux/amd64
Configurations
fprs.toml
bindPort = 8000
fprc.toml
serverAddr = "xxx.xxx.xx.xx"
serverPort = 8000
log.to = "/usr/local/frp_0.61.1_linux_amd64/frpc.log"
trace, debug, info, warn, error
log.level = "debug"
log.maxDays = 3
proxies
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 9000
proxies
name = "test-tcp1"
type = "tcp"
localIP = "127.0.0.1"
localPort = 443
remotePort = 443
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Sep 3, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.