mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4053] is global encryption working? #3210
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#3210
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 @eleaner on GitHub (Mar 11, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4053
Bug Description
From version 0.50 tls encryption should be globally on by default
it is not specifically called in the server config file (still frps.ini format)
encryption is also not mentioned in the client config
but the dashboard reports encryption=false
does it mean that my frp communicates all in cleartext?
I did not generate certificates. do I have to do it specifically?
frpc Version
0.54.0
frps Version
0.52.3
System Architecture
linux/amd64
Configurations
frps.ini
frpc.toml
Logs
none
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Mar 12, 2024):
You can use packet capturing to confirm whether the traffic is encrypted.
@eleaner commented on GitHub (Mar 12, 2024):
I am not sure I know how to do it,
but should it be encrypted?
and why the dashboard say false?
@eleaner commented on GitHub (Mar 12, 2024):
@fatedier
Ok, so I generated all the keys and certificates, set them up on the server, forced encryption, and set them up on the client.
Proxies are connected but the dashboard still says encryption = false.
I tried to set
transport.useEncryptionbut the option does not seem to be recognised for http proxies. An example toml has it only on ssh.transport.useEncryptionwork with http?@xqzr commented on GitHub (Mar 12, 2024):
https://gofrp.org/zh-cn/docs/features/common/network/network/#%E5%8A%A0%E5%AF%86%E4%B8%8E%E5%8E%8B%E7%BC%A9
@eleaner commented on GitHub (Mar 12, 2024):
@xqzr
Thank you, but I don't think it clearly answers my quesitons
@github-actions[bot] commented on GitHub (Apr 3, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@eleaner commented on GitHub (Apr 3, 2024):
I did not know how to check it so I generated certificates to be 100% sure
my traffic is encrypted
On Wed, 3 Apr 2024 at 01:34, notifications at github.com <
@.***> wrote:
@xqzr commented on GitHub (Apr 3, 2024):
590ccda677/conf/frps_full_example.toml (L44)@github-actions[bot] commented on GitHub (Apr 25, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.