mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4835] https2http(或 https2https)插件导致 Plex 播放异常/连接不稳定问题 #3818
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#3818
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 @op1nn on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4835
Bug Description
我在使用 FRP 的 https2http(或 https2https)插件,将外部 HTTPS 流量代理到内网 Plex 服务时,遇到以下问题:
通过插件访问 Plex,PC 端可以正常播放视频,但有时播放中途会自动结束(非手动跳片)。
Plex 客户端侧边栏的用户头像会持续刷新,显示异常。
直接用 VPS 反向代理(Nginx + FRP)直接TCP穿透则无此问题。
这是否为https2http插件的问题
frpc Version
0.62.1
frps Version
0.52.0
System Architecture
windows/amd64
Configurations
loginFailExit = false
serverAddr = 'frp.com'
serverPort = 8088
user =
[auth]
method = 'token'
token = '123
[frpmgr]
name = 'frp'
proxies
name = 'plex'
remotePort = 48329
type = 'tcp'
[proxies.plugin]
crtPath = 'C://ssl//.op.xyz//fullchain.cer'
enableHTTP2 = true
keyPath = 'C://ssl//.op.xyz//op1n01.xyz.key'
localAddr = '192.168.1.166:10443'
type = 'https2https'
[transport]
tcpMux = true
[transport.tls]
disableCustomTLSFirstByte = false
enable = false
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Jun 30, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.