mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3043] [Feature Request] remove TLS 1.0/1.1 support #2435
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#2435
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 @popolin7991 on GitHub (Aug 3, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3043
Describe the feature request
sslscan frp server bind_port TLSv1.0/1.1 enabled
If not blocked, detect obsolete cipher suites
Describe alternatives you've considered
No response
Affected area
@popolin7991 commented on GitHub (Aug 3, 2022):
frp 0.35.1
frp 0.41.0
@Becods commented on GitHub (Aug 3, 2022):
Why do you propose to do this?
What is the motivation for doing it?
What will happen when the proposal is implemented?
@popolin7991 commented on GitHub (Aug 4, 2022):
@Becods 資安漏洞?!
TLS 1.0/1.1 已被棄用,只是想問問該怎麼關閉
@Anduin2017 commented on GitHub (Aug 4, 2022):
Directly expose 443 port as pure TCP. Secure that in the original web server.
Here is my configuration:
Sample frps.ini:
Sample frpc.ini:
And install a modern web server locally, listening to local 80 and 443.
You can follow the steps via the document from the web server you installed. Disable obsolete protocols and you can pass that.
@github-actions[bot] commented on GitHub (Sep 4, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.