Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

内网多台主机穿透存在网页访问混淆问题 #3077

Closed
11 tasks
jasonfanjun opened this issue Aug 27, 2022 · 4 comments
Closed
11 tasks

内网多台主机穿透存在网页访问混淆问题 #3077

jasonfanjun opened this issue Aug 27, 2022 · 4 comments

Comments

@jasonfanjun
Copy link

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
@Becods
Copy link
Contributor

Becods commented Aug 28, 2022

CM6PHS7AGGJPN31Y2DI83MS

@wmwgz
Copy link

wmwgz commented Sep 19, 2022

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

@fdxx
Copy link

fdxx commented Sep 21, 2022

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

@github-actions
Copy link

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants