[PR #3009] [MERGED] fix client unsupported h2 protocol when only 443 activated #18945

Closed
opened 2026-08-05 04:09:07 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3009
Author: @V-E-O
Created: 12/10/2024
Status: Merged
Merged: 12/16/2024
Merged by: @mlsmaycon

Base: mainHead: patch-1


📝 Commits (1)

  • ac72c31 fix client unsupported h2 protocol when only 443 activated

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 infrastructure_files/getting-started-with-zitadel.sh (+1 -1)

📄 Description

Describe your changes

When I remove 80 http port in Caddyfile, netbird client cannot connect server:443. Logs show error below: {"level":"debug","ts":1733809631.4012625,"logger":"http.stdlib","msg":"http: TLS handshake error from redacted:41580: tls: client requested unsupported application protocols ([h2])"} I wonder here h2 protocol is absent.

Checklist

  • [✓] Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/3009 **Author:** [@V-E-O](https://github.com/V-E-O) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/16/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`ac72c31`](https://github.com/netbirdio/netbird/commit/ac72c31343d9112fed1fcbd199216a020292c284) fix client unsupported h2 protocol when only 443 activated ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `infrastructure_files/getting-started-with-zitadel.sh` (+1 -1) </details> ### 📄 Description ## Describe your changes When I remove 80 http port in Caddyfile, netbird client cannot connect server:443. Logs show error below: {"level":"debug","ts":1733809631.4012625,"logger":"http.stdlib","msg":"http: TLS handshake error from redacted:41580: tls: client requested unsupported application protocols ([h2])"} I wonder here h2 protocol is absent. ## Issue ticket number and link ### Checklist - [✓] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <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 2026-08-05 04:09:07 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#18945