mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2543] 多Https客户端配置时BUG #2020
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#2020
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 @CodingQinghao on GitHub (Aug 22, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2543
[REQUIRED] hat version of frp are you using
Version: v0.37.1
[REQUIRED] What operating system and processor architecture are you using
OS:CentOS7 / Windows Server 2016
CPU architecture: x86
[REQUIRED] description of errors
confile

log file
Steps to reproduce the issue
Supplementary information
访问https://test2.domain.com 会随机跳转到https://test.domain.com
test.domain.com的内容为:node:test
test2.domain.com的内容为:node:test2
当访问test.domain.com随机出现node:test2
当访问test2.domain.com随机出现node:test
Checklist:
@CodingQinghao commented on GitHub (Aug 22, 2021):
HTTP正常,HTTPS异常。
@CodingQinghao commented on GitHub (Aug 22, 2021):
https://gofrp.org/docs/features/common/client-plugin/#https2https
使用插件后解决
@fatedier commented on GitHub (Aug 23, 2021):
之前有人反馈是浏览器 HTTP2 的问题,可以搜一下看看。
@ax2009live commented on GitHub (Aug 24, 2021):
#628
把通配域名证书改成单域名证书,这个问题也困扰我很久,我是通过这个解决的!不知道楼主是不是这种问题;