mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2564] Question about Encryption #2038
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#2038
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 @padziu on GitHub (Sep 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2564
Describe the feature request
How is the traffic between the client and the server encrypted?
Describe alternatives you've considered
No response
Affected area
@tgbv commented on GitHub (Sep 25, 2021):
@fatedier If certificates are not specified in configuration, how is traffic encrypted when specifying
tls_enable = truebetween frps <-> frpc ?@fatedier commented on GitHub (Sep 26, 2021):
It will use auto generated certificates.
@padziu commented on GitHub (Oct 2, 2021):
@fatedier I mean how traffic is encrypted between the client and the server if the client is set to
use_encryption = true?