mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2590] [Feature Request] Difference Between Encryption & TLS #2067
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#2067
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 @jasonmerc on GitHub (Sep 27, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2590
Describe the feature request
Describe the Difference between "TLS" and "Encryption"
In the docs, there can be two flags set regarding security: "use_encryption" and "tls_enabled". They both sound like they do the same thing, but one seems to require a public/private keypair while the other doesn't. What is the difference between standard encryption and TLS? Is one more secure than the other, or would I be equally-as-secure using either one?
Describe alternatives you've considered
Not a feature, just curious as to what the difference is
Affected area
@fatedier commented on GitHub (Sep 28, 2021):
use_encryptionwill be removed in future release. Use tls instead.@jasonmerc commented on GitHub (Sep 28, 2021):
Understood. So basically, ignore the use_encryption flag. Thanks for the clarification, closing issue