mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1386] 关于 TLS 的问题 #1098
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#1098
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 @ethsonliu on GitHub (Aug 14, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1386
我是最近才开始了解 TLS/SSL 这块的,我发现我们的 frp 在启用 TLS 的时候,并未指定公私钥,证书之类的。
看了下整个源码结构,并未找到相关的文件,所以我推测是写死在代码里的,但是我找了一下没找到。
所以我的问题是:
@fatedier commented on GitHub (Aug 14, 2019):
目前内置的 tls 的目的是加密,而非身份验证,所以暂时不可指定证书,之后可能会增加指定自己证书的功能。
@ethsonliu commented on GitHub (Aug 14, 2019):
谢谢你的回答,明白了。