mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1913] [RFC] frp should have TLS certificate auth #1516
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#1516
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 @ghost on GitHub (Jul 22, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1913
https://golang.org/src/crypto/tls/auth.go
As a sad story said. the FRP token base auth may be a bit weakness.
So please provided us the TLS certificate auth.
User must have the valid private cert , to pass the auth progress.
@fatedier commented on GitHub (Jul 23, 2020):
We have already planned to support the certificate auth for TLS.
But maybe it's doesn't solve the problem in the image you paste. stcp is designed to avoid this security issue.
@ghost commented on GitHub (Jul 23, 2020):
I am using sctp already, but the authenticated really really need to improve. Not just by token. it's short and may be crack .
The certificate may be harder to crack
@limaofu commented on GitHub (Aug 17, 2020):
你这个情况和frp有什么关系吗?
@QQ2017 commented on GitHub (Aug 19, 2020):
你这个是应用本身的安全问题,并不是网络代理软件的问题。你应该使用STCP模式。
@fatedier commented on GitHub (Sep 21, 2020):
Supported in v0.34.0