mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3007] Terminate SSL on FRPS #2402
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#2402
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 @N1v0k on GitHub (Jul 6, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3007
How can I terminate SSL on the FRPS Server?
I'd like to have a https connection to frps and http connection (maybe with use_encryption) between frps and frpc.
Is this possible? I don't want to distribute private keys to local machines.
I also do not understand why frpc needs keys to communicate with tls to frps.
FRPS is the Server here, why does the client need keys? Am I missing something here?
@fatedier commented on GitHub (Jul 6, 2022):
frps just parse SNI domain and forward connection to frpc, so it doesn't terminate SSL on server.
In many scenarios, frps is provided as public service and it's unsafe for users to put their certs on untrust servers.
We plan to support more features in frp v2 including more configures for tls context.
@N1v0k commented on GitHub (Jul 6, 2022):
Ok I see, so this is another use-case.
I'm currently terminating SSL with nginx on a trusted server and forwarding the requests to frps. It then forwards via encrypted connection to frpc.
Thanks for clarifing
@github-actions[bot] commented on GitHub (Aug 6, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.