[PR #76] [MERGED] Support Signal server with TLS #2521

Closed
opened 2025-11-20 07:11:23 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/76
Author: @mlsmaycon
Created: 8/1/2021
Status: Merged
Merged: 8/1/2021
Merged by: @mlsmaycon

Base: mainHead: signal-support-tls-server


📝 Commits (2)

  • 9ed6556 tlsEnabled flag and DialOption
  • f0f53e8 Update signal client invocations

📊 Changes

4 files changed (+18 additions, -5 deletions)

View changed files

📝 cmd/up.go (+3 -1)
📝 connection/engine_test.go (+3 -1)
📝 signal/client.go (+10 -2)
📝 signal/signal_test.go (+2 -1)

📄 Description

Add support to Server with TLS for the signal client.

Closes #74


🔄 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/netbirdio/netbird/pull/76 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 8/1/2021 **Status:** ✅ Merged **Merged:** 8/1/2021 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `signal-support-tls-server` --- ### 📝 Commits (2) - [`9ed6556`](https://github.com/netbirdio/netbird/commit/9ed6556e6e52a173d5debe0feaa7c8c3c91bec99) tlsEnabled flag and DialOption - [`f0f53e8`](https://github.com/netbirdio/netbird/commit/f0f53e86dd079e943cec43c46b5f74167a4567ef) Update signal client invocations ### 📊 Changes **4 files changed** (+18 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `cmd/up.go` (+3 -1) 📝 `connection/engine_test.go` (+3 -1) 📝 `signal/client.go` (+10 -2) 📝 `signal/signal_test.go` (+2 -1) </details> ### 📄 Description Add support to Server with TLS for the signal client. Closes #74 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2521