mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3318] [Feature Request] Please clarify TLS usage in the docs #2656
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#2656
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 @AndrewBedscastle on GitHub (Feb 17, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3318
Describe the feature request
in frpc.ini I have
tls_enable = truein frps.ini I have
tls_only = trueThat works fine. According to wireshark it's encrypted
I did not configure
Docs say:
Even though I did not configure it, it works without adding certificates. What happens in this case? Does it use generated certs?
Please clarify in the docs
Thank you very much
PS: Awesome project, Thank you very much <3
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Feb 22, 2023):
It uses auto generated certs in memory.
@github-actions[bot] commented on GitHub (Mar 25, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@yuliu commented on GitHub (Jun 4, 2024):
IMO, the TLS configuration is well documented in frp docs' Chinese version at https://gofrp.org/zh-cn/docs/features/common/network/network-tls/ , and the English version of README.md in the repo may be updated accordingly.