mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3710] [Feature Request] How to configure SNI in frps.toml? #2954
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#2954
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 @SidneyLann on GitHub (Oct 22, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3710
Describe the feature request
Every subdomains have their own certification files, how to confige them? ERR_SSL_UNRECOGNIZED_NAME_ALERT alert if configue only one cert file.
Describe alternatives you've considered
transport.tls.certFile.www = "www.pc.com_bundle.crt"
transport.tls.keyFile.www = "www.pc.com.key"
transport.tls.certFile.sz = "sz.pc.com_bundle.crt"
transport.tls.keyFile.sz = "sz.pc.com.key"
transport.tls.certFile.sh = "sh.pc.com_bundle.crt"
transport.tls.keyFile.sh = "sh.pc.com.key"
Affected area
@fatedier commented on GitHub (Oct 23, 2023):
transport.tlsin frps.toml is used for connections from frpc, not user.Your current requirement is not supported. I suggest using a proxy like nginx.
@SidneyLann commented on GitHub (Oct 26, 2023):
How spring cloud gateway or nginx forward to frp?
@github-actions[bot] commented on GitHub (Nov 26, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.