frp icon indicating copy to clipboard operation
frp copied to clipboard

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

Open jasonfanjun opened this issue 3 years ago • 3 comments

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

jasonfanjun avatar Aug 27 '22 10:08 jasonfanjun

CM6PHS7AGGJPN31Y2DI83MS

Becods avatar Aug 28 '22 05:08 Becods

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

wmwgz avatar Sep 19 '22 09:09 wmwgz

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

fdxx avatar Sep 21 '22 04:09 fdxx

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

github-actions[bot] avatar Oct 22 '22 00:10 github-actions[bot]