mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2701] [Feature Request] TLS V1.2 Support #2157
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#2157
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 @zulfilee on GitHub (Dec 14, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2701
Describe the feature request
Does frp have support for TLS V1.2 ?
I did not find it as part of any config option
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Dec 23, 2021):
Yes.
@zulfilee commented on GitHub (Dec 23, 2021):
Can you please let me know how to go about enabling it ?
@Becods commented on GitHub (Jan 5, 2022):
Whether TLS V1.2 is supported or not depends on your web server, frp only does proxying unless you are using the static_file plugin.
As I don't use the static_file plugin I don't really know if the static_file plugin supports TLS v1.2, I suggest you read the source code or do it yourself.
@github-actions[bot] commented on GitHub (Feb 5, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@zulfilee commented on GitHub (Feb 5, 2022):
Using a certificate from Sectigo to get around this issue
Thanks for the resolution