mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2687] [Question] TLS support #2145
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#2145
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 @hons82 on GitHub (Dec 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2687
Describe the feature request
I'm currently using the
use_encryptionfeature, but I'd like to use TLS. What I'd like to have is a self signed certificate on the client and potentially on the server as well.Do I need then a certificate authority?
Does it need to be the same CA on the server and on all the clients?
Describe alternatives you've considered
Remain on
use_encryptionAffected area
@fatedier commented on GitHub (Dec 3, 2021):
Docs here may help you https://github.com/fatedier/frp#tls
@hons82 commented on GitHub (Dec 3, 2021):
Sure, but there it just says certificate.key, certificate.crt and ca.crt on both server and client, but do they need to be the same on both sides?
Would it be possible to run a self signed without ca?
@fatedier commented on GitHub (Dec 6, 2021):
Can you just try what's you want?
@hons82 commented on GitHub (Dec 6, 2021):
That seems to work well. I did use the following to create the certificates
and used them on the server/client respectively.
Without CA.