mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3227] Can't load balance to frpc instances on the same machine over https #2589
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#2589
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 @yasmoradi on GitHub (Dec 24, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3227
Bug Description
I've one laptop that is connected to 2 wifi networks at the same time thanks to an additional wifi dongle
I'm running 2 instances of
frpcin which the first one uses the first network and 2nd one uses 2nd networkUsing this approach I can accelerate transfer speed between
frpswhich is hosted on public VPS and my locally hosted HTTP service on my laptopI was able to achieve this using TCP, but after switching to HTTPS, the first instance successfully starts but the 2nd one gets the following error:
start error: router config conflictIf I run
frpcclients in reverse order, I'll get the same error from the 2ndfrpcinstance no matter which one is the last instance.frpc Version
0.46.0
frps Version
0.46.0
System Architecture
windows/amd64 for client and linux/amd64 for the server
Configurations
frps.ini[common]
bind_addr = 0.0.0.0
subdomain_host = some-domain.com
bind_port = 443
vhost_https_port = 443
dashboard_port = 7070
dashboard_user = admin
dashboard_pwd = ?!?!
dashboard_tls_mode = true
dashboard_tls_cert_file = /etc/letsencrypt/live/some-domain.com/cert.pem
dashboard_tls_key_file = /etc/letsencrypt/live/some-domain.com/privkey.pem
authentication_method = token
token = ?!?!
frpc.ini[common]
server_addr = some-domain.com
server_port = 443
authentication_method = token
token = ?!?!
[st]
type = https
local_ip = localhost
local_port = 5001
subdomain = st
group = bridge
group_key = ?!?!
Logs
No response
Steps to reproduce
No response
Affected area
@Becods commented on GitHub (Dec 25, 2022):
https://github.com/fatedier/frp/issues/1328 https://github.com/fatedier/frp/issues/2736
Routing conflicts,
custom_domainscannot be repeated.@yasmoradi commented on GitHub (Dec 25, 2022):
Thanks for the reply
I'm doing my best to understand as best as possible
I'm not using such a thing as
custom_domainsHow can I achieve the goal I've?
Do I have to use 2 different domains?
)":
@Becods commented on GitHub (Dec 25, 2022):
Yes, using two different domains.
@fatedier commented on GitHub (Dec 27, 2022):
@ysmoradi From here
Load balancer isn't supported for https now.
@github-actions[bot] commented on GitHub (Jan 27, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.