mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3077] 内网多台主机穿透存在网页访问混淆问题 #2466
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#2466
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 @jasonfanjun on GitHub (Aug 27, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3077
Bug Description
1台公网ip主机,配置frps
2台内网主机,ip定义为192.168.10.201和192.168.10.202
在192.168.10.201 中配置frpc 并运行。
[web-gitlab_s]
type = https
local_port = 443
local_ip = 192.168.10.201
custom_domains = gitlab.xxxxxx.com
[web-pms_s]
type = https
custom_domains = pms.xxxxxx.com
local_port = 443
local_ip = 192.168.10.202
可以正常运行,正常访问。但是谷歌浏览器测试, 当打开gitlab.xxxxxx.com后 浏览器再打开pms.xxxxxx.com 也是显示 前一个域名的页面。 用无痕模式 访问 亦是如此。
总结下来就是。打开浏览器,哪个网站先访问,另一个 也会显示第一个访问的页面。
frpc Version
0.44.0
frps Version
0.44.0
System Architecture
linux/x386
Configurations
无
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Aug 28, 2022):
@wmwgz commented on GitHub (Sep 19, 2022):
在使用nginx反向代理的时候,就会出现此问题
@fdxx commented on GitHub (Sep 21, 2022):
你遇到的可能是 HTTP2连接合并 的问题
解决方法是: 关闭HTTP2或者不要使用通配符SSL证书
@github-actions[bot] commented on GitHub (Oct 22, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.