[PR #1974] [MERGED] Add tls configuration to both client and server #4483

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1974
Author: @yuyulei
Created: 9/8/2020
Status: Merged
Merged: 9/18/2020
Merged by: @fatedier

Base: devHead: custom-tls


📝 Commits (2)

  • 09ff73d Add tls configuration to both client and server
  • 02c7a3c fix by comment, later to rebase

📊 Changes

6 files changed (+247 additions, -34 deletions)

View changed files

📝 client/control.go (+10 -2)
📝 client/service.go (+9 -2)
📝 models/config/client_common.go (+43 -1)
📝 models/config/server_common.go (+39 -2)
models/transport/tls.go (+136 -0)
📝 server/service.go (+10 -27)

📄 Description

No description provided


🔄 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/1974 **Author:** [@yuyulei](https://github.com/yuyulei) **Created:** 9/8/2020 **Status:** ✅ Merged **Merged:** 9/18/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `custom-tls` --- ### 📝 Commits (2) - [`09ff73d`](https://github.com/fatedier/frp/commit/09ff73dbdcfafc114c7c273707f8ca0049e54d76) Add tls configuration to both client and server - [`02c7a3c`](https://github.com/fatedier/frp/commit/02c7a3c8f7061e4ef4cc81cb7d6fb598be0cf1bc) fix by comment, later to rebase ### 📊 Changes **6 files changed** (+247 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+10 -2) 📝 `client/service.go` (+9 -2) 📝 `models/config/client_common.go` (+43 -1) 📝 `models/config/server_common.go` (+39 -2) ➕ `models/transport/tls.go` (+136 -0) 📝 `server/service.go` (+10 -27) </details> ### 📄 Description _No description provided_ --- <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:42:56 -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#4483
No description provided.