mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2313] 多个frpc,https流量转发到了错误的frpc上(不知道是frp的bug还是我配置的问题) #1835
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#1835
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 @h3110w0r1d-y on GitHub (Mar 19, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2313
一个云服务器,一个内网服务器,云服务器上运行着frps和frpc,frps监听了443,内网服务器上运行着frpc,
问题:访问aaa.com之后,接着访问bbb.com,就会变成aaa.com的页面。重启浏览器后直接访问bbb.com,正常,但是一旦访问过aaa.com之后,再访问bbb.com就会出错。
不知道这是我配置问题还是frp的bug
云服务器frpc配置文件如下:
云服务器上的frps配置文件:
内网服务器上的frpc配置文件
@h3110w0r1d-y commented on GitHub (Mar 19, 2021):
用了0.36版本的https2https插件,解决了这个问题,这样应该相当于多加解密了一次吧。
但是有新的问题导致在我的应用场景中无法使用新版本的frps #2317 ,
目前是frps0.35和frpc0.36混搭哈哈哈。
@Sxxjava commented on GitHub (Jun 12, 2021):
我也遇到这个问题, https2https配置后会有其他的问题吗?
@ax2009live commented on GitHub (Aug 24, 2021):
#628
把通配域名证书改成单域名证书,这个问题也困扰我很久,我是通过这个解决的!不知道楼主是不是这种问题;