[GH-ISSUE #2653] https Load balancing error: router config conflict #2114

Closed
opened 2026-05-05 13:21:33 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @ghost on GitHub (Nov 10, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2653

Bug Description

[http.go:92] [073c59f5160b36b8] [ingress-80-0] http proxy listen for host [*.xxx.com] location [] group [web80]

[https.go:51] [073c59f5160b36b8] [ingress-443-0] https proxy listen for host [*.xxx.com]

https: Load balancing group key discard

http is ok

frpc Version

./frpc --version 0.38.0

frps Version

/usr/bin/frps -v 0.38.0

System Architecture

linux/amd64

Configurations

docker instance 0:

[ingress-443-0]
type = https
local_ip = {{ .Envs.LOCAL_ADDRESS }}
local_port = 443
custom_domains = *.xxx.com
group = web443
group_key = f

[ingress-80-0]
type = http
local_ip = {{ .Envs.LOCAL_ADDRESS }}
local_port = 80
custom_domains = *.xxx.com
group = web80
group_key = f

docker instance 1:

[ingress-443-1]
type = https
local_ip = {{ .Envs.LOCAL_ADDRESS }}
local_port = 443
custom_domains = *.xxx.com
group = web443
group_key = f

[ingress-80-1]
type = http
local_ip = {{ .Envs.LOCAL_ADDRESS }}
local_port = 80
custom_domains = *.xxx.com
group = web80
group_key = f

Logs

2021/11/10 20:14:50 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: proxy name [ingress-443-1] is already in use
2021/11/10 20:14:50 [W] [proxy.go:176] [dbec2b41f9b3349e] [ingress-443-1] listener is closed: Listener closed
2021/11/10 20:14:50 [I] [http.go:92] [dbec2b41f9b3349e] [ingress-80-1] http proxy listen for host [.xxx.com] location [] group [web80]
2021/11/10 20:14:50 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-80-1] proxy closing
2021/11/10 20:14:50 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-80-1] error: proxy name [ingress-80-1] is already in use
2021/11/10 20:14:55 [I] [control.go:307] [6df641dc9e7f5592] control writer is closing
2021/11/10 20:14:55 [I] [proxy.go:88] [6df641dc9e7f5592] [ingress-443-1] proxy closing
2021/11/10 20:14:55 [I] [proxy.go:88] [6df641dc9e7f5592] [ingress-80-1] proxy closing
2021/11/10 20:14:55 [I] [control.go:382] [6df641dc9e7f5592] client exit success
2021/11/10 20:14:55 [W] [proxy.go:176] [6df641dc9e7f5592] [ingress-443-1] listener is closed: Listener closed
2021/11/10 20:15:02 [I] [service.go:447] [073c59f5160b36b8] client login info: ip [xxxx:39746] version [0.38.0] hostname [] os [linux] arch [amd64]
2021/11/10 20:15:02 [I] [http.go:92] [073c59f5160b36b8] [ingress-80-0] http proxy listen for host [
.xxx.com] location [] group [web80]
2021/11/10 20:15:02 [I] [control.go:444] [073c59f5160b36b8] new proxy [ingress-80-0] success
2021/11/10 20:15:02 [I] [https.go:51] [073c59f5160b36b8] [ingress-443-0] https proxy listen for host [.xxx.com]
2021/11/10 20:15:02 [I] [control.go:444] [073c59f5160b36b8] new proxy [ingress-443-0] success
2021/11/10 20:15:23 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing
2021/11/10 20:15:23 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict
2021/11/10 20:15:23 [I] [http.go:92] [dbec2b41f9b3349e] [ingress-80-1] http proxy listen for host [
.xxx.com] location [] group [web80]
2021/11/10 20:15:23 [I] [control.go:444] [dbec2b41f9b3349e] new proxy [ingress-80-1] success
2021/11/10 20:15:56 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing
2021/11/10 20:15:56 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict
2021/11/10 20:16:29 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing
2021/11/10 20:16:29 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict
2021/11/10 20:17:02 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing
2021/11/10 20:17:02 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict
2021/11/10 20:17:35 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing
2021/11/10 20:17:35 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict

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 @ghost on GitHub (Nov 10, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2653 ### Bug Description [http.go:92] [073c59f5160b36b8] [ingress-80-0] http proxy listen for host [*.xxx.com] location [] group [web80] [https.go:51] [073c59f5160b36b8] [ingress-443-0] https proxy listen for host [*.xxx.com] https: Load balancing group key discard http is ok ### frpc Version ./frpc --version 0.38.0 ### frps Version /usr/bin/frps -v 0.38.0 ### System Architecture linux/amd64 ### Configurations docker instance 0: [ingress-443-0] type = https local_ip = {{ .Envs.LOCAL_ADDRESS }} local_port = 443 custom_domains = *.xxx.com group = web443 group_key = f [ingress-80-0] type = http local_ip = {{ .Envs.LOCAL_ADDRESS }} local_port = 80 custom_domains = *.xxx.com group = web80 group_key = f docker instance 1: [ingress-443-1] type = https local_ip = {{ .Envs.LOCAL_ADDRESS }} local_port = 443 custom_domains = *.xxx.com group = web443 group_key = f [ingress-80-1] type = http local_ip = {{ .Envs.LOCAL_ADDRESS }} local_port = 80 custom_domains = *.xxx.com group = web80 group_key = f ### Logs 2021/11/10 20:14:50 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: proxy name [ingress-443-1] is already in use 2021/11/10 20:14:50 [W] [proxy.go:176] [dbec2b41f9b3349e] [ingress-443-1] listener is closed: Listener closed 2021/11/10 20:14:50 [I] [http.go:92] [dbec2b41f9b3349e] [ingress-80-1] http proxy listen for host [*.xxx.com] location [] group [web80] 2021/11/10 20:14:50 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-80-1] proxy closing 2021/11/10 20:14:50 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-80-1] error: proxy name [ingress-80-1] is already in use 2021/11/10 20:14:55 [I] [control.go:307] [6df641dc9e7f5592] control writer is closing 2021/11/10 20:14:55 [I] [proxy.go:88] [6df641dc9e7f5592] [ingress-443-1] proxy closing 2021/11/10 20:14:55 [I] [proxy.go:88] [6df641dc9e7f5592] [ingress-80-1] proxy closing 2021/11/10 20:14:55 [I] [control.go:382] [6df641dc9e7f5592] client exit success 2021/11/10 20:14:55 [W] [proxy.go:176] [6df641dc9e7f5592] [ingress-443-1] listener is closed: Listener closed 2021/11/10 20:15:02 [I] [service.go:447] [073c59f5160b36b8] client login info: ip [xxxx:39746] version [0.38.0] hostname [] os [linux] arch [amd64] 2021/11/10 20:15:02 [I] [http.go:92] [073c59f5160b36b8] [ingress-80-0] http proxy listen for host [*.xxx.com] location [] group [web80] 2021/11/10 20:15:02 [I] [control.go:444] [073c59f5160b36b8] new proxy [ingress-80-0] success 2021/11/10 20:15:02 [I] [https.go:51] [073c59f5160b36b8] [ingress-443-0] https proxy listen for host [*.xxx.com] 2021/11/10 20:15:02 [I] [control.go:444] [073c59f5160b36b8] new proxy [ingress-443-0] success 2021/11/10 20:15:23 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing 2021/11/10 20:15:23 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict 2021/11/10 20:15:23 [I] [http.go:92] [dbec2b41f9b3349e] [ingress-80-1] http proxy listen for host [*.xxx.com] location [] group [web80] 2021/11/10 20:15:23 [I] [control.go:444] [dbec2b41f9b3349e] new proxy [ingress-80-1] success 2021/11/10 20:15:56 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing 2021/11/10 20:15:56 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict 2021/11/10 20:16:29 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing 2021/11/10 20:16:29 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict 2021/11/10 20:17:02 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing 2021/11/10 20:17:02 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict 2021/11/10 20:17:35 [I] [proxy.go:88] [dbec2b41f9b3349e] [ingress-443-1] proxy closing 2021/11/10 20:17:35 [W] [control.go:440] [dbec2b41f9b3349e] new proxy [ingress-443-1] error: router config conflict ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [X] Server Plugin - [ ] Extensions - [ ] Others
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#2114
No description provided.