[PR #1664] [CLOSED] Dev #4427

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1664
Author: @Cyclonekid
Created: 2/19/2020
Status: Closed

Base: masterHead: dev


📝 Commits (9)

  • c8748a2 update .travis.yml
  • c747f16 TlsOnly - only accept TLS connections if enabled
  • e3101b7 Update README.md
  • 7033f3e Test TlsOnly
  • f8c6795 DetailedErrorsToClient - only send detailed error info if this is on
  • 95753eb Merge pull request #1643 from GuyLewin/feature/tls-only
  • 9440bc5 Merge branch 'dev' into feature/detailed-errors-to-client
  • 98fa385 CR: export error string generation to a function
  • 83d8085 Merge pull request #1644 from GuyLewin/feature/detailed-errors-to-client

📊 Changes

8 files changed (+162 additions, -33 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 README.md (+2 -0)
📝 models/config/server_common.go (+48 -28)
📝 server/control.go (+2 -1)
📝 server/service.go (+3 -3)
📝 tests/ci/tls_test.go (+92 -0)
📝 utils/net/tls.go (+6 -1)
📝 utils/util/util.go (+8 -0)

📄 Description

aa


🔄 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/1664 **Author:** [@Cyclonekid](https://github.com/Cyclonekid) **Created:** 2/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (9) - [`c8748a2`](https://github.com/fatedier/frp/commit/c8748a2948ba91006ffbda6530d67fcd911fa8a6) update .travis.yml - [`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 - [`f8c6795`](https://github.com/fatedier/frp/commit/f8c67951196c248119dff3095f025beeb6bf6068) DetailedErrorsToClient - only send detailed error info if this is on - [`95753eb`](https://github.com/fatedier/frp/commit/95753ebf1cefe26c373927af96500ccb4ee078b0) Merge pull request #1643 from GuyLewin/feature/tls-only - [`9440bc5`](https://github.com/fatedier/frp/commit/9440bc5d72814c9fe646c2cded54baa110857fd9) Merge branch 'dev' into feature/detailed-errors-to-client - [`98fa385`](https://github.com/fatedier/frp/commit/98fa3855bd3b05cbd95c5a6e11bf70917628e1fa) CR: export error string generation to a function - [`83d8085`](https://github.com/fatedier/frp/commit/83d80857fdf983df496e0da034fd3428f9b997ac) Merge pull request #1644 from GuyLewin/feature/detailed-errors-to-client ### 📊 Changes **8 files changed** (+162 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `README.md` (+2 -0) 📝 `models/config/server_common.go` (+48 -28) 📝 `server/control.go` (+2 -1) 📝 `server/service.go` (+3 -3) 📝 `tests/ci/tls_test.go` (+92 -0) 📝 `utils/net/tls.go` (+6 -1) 📝 `utils/util/util.go` (+8 -0) </details> ### 📄 Description aa --- <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:53 -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#4427
No description provided.