[GH-ISSUE #3077] 内网多台主机穿透存在网页访问混淆问题 #2466

Closed
opened 2026-05-05 13:35:10 -06:00 by gitea-mirror · 4 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:35:10 -06:00
Author
Owner

@Becods commented on GitHub (Aug 28, 2022):

CM6PHS7AGGJPN31Y2DI83MS

<!-- gh-comment-id:1229380811 --> @Becods commented on GitHub (Aug 28, 2022): ![CM6PHS7AGGJPN31Y2DI83MS](https://user-images.githubusercontent.com/35525491/187059237-a14750b5-52ad-48fa-b688-7ce6fd5b5fce.png)
Author
Owner

@wmwgz commented on GitHub (Sep 19, 2022):

在使用nginx反向代理的时候,就会出现此问题

<!-- gh-comment-id:1250793043 --> @wmwgz commented on GitHub (Sep 19, 2022): 在使用nginx反向代理的时候,就会出现此问题
Author
Owner

@fdxx commented on GitHub (Sep 21, 2022):

你遇到的可能是 HTTP2连接合并 的问题
解决方法是: 关闭HTTP2或者不要使用通配符SSL证书

<!-- gh-comment-id:1253192343 --> @fdxx commented on GitHub (Sep 21, 2022): 你遇到的可能是 [HTTP2连接合并](https://github.com/dlundquist/sniproxy/issues/178#issuecomment-303393876) 的问题 解决方法是: 关闭HTTP2或者不要使用通配符SSL证书
Author
Owner

@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.

<!-- gh-comment-id:1287561110 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2466
No description provided.