[PR #1643] [MERGED] Feature/tls only #4424

Closed
opened 2026-05-05 14:41:52 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1643
Author: @GuyLewin
Created: 2/10/2020
Status: Merged
Merged: 2/11/2020
Merged by: @fatedier

Base: devHead: feature/tls-only


📝 Commits (3)

📊 Changes

5 files changed (+111 additions, -2 deletions)

View changed files

📝 README.md (+2 -0)
📝 models/config/server_common.go (+10 -0)
📝 server/service.go (+1 -1)
📝 tests/ci/tls_test.go (+92 -0)
📝 utils/net/tls.go (+6 -1)

📄 Description

Enforce connections received by FRPS to be TLS only (not plain) if configured


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/1643 **Author:** [@GuyLewin](https://github.com/GuyLewin) **Created:** 2/10/2020 **Status:** ✅ Merged **Merged:** 2/11/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `feature/tls-only` --- ### 📝 Commits (3) - [`c747f16`](https://github.com/fatedier/frp/commit/c747f160aa8979a340519e84c080e0304d1dc0a5) TlsOnly - only accept TLS connections if enabled - [`e3101b7`](https://github.com/fatedier/frp/commit/e3101b7aa81c96fcc425c8f81066d93dc93afb00) Update README.md - [`7033f3e`](https://github.com/fatedier/frp/commit/7033f3e72b43f3364300c70449d92c5355614be3) Test TlsOnly ### 📊 Changes **5 files changed** (+111 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `models/config/server_common.go` (+10 -0) 📝 `server/service.go` (+1 -1) 📝 `tests/ci/tls_test.go` (+92 -0) 📝 `utils/net/tls.go` (+6 -1) </details> ### 📄 Description Enforce connections received by FRPS to be TLS only (not plain) if configured --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:41:52 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4424
No description provided.