[GH-ISSUE #5344] Add status page to reverse proxy base domain #10410

Open
opened 2026-08-05 01:25:49 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @pieterhollander on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/5344

Is your feature request related to a problem? Please describe.
Currently when browsing to https://proxy.example.org, I'm getting an error message from the browser

Secure Connection Failed

An error occurred during a connection to proxy.example.org. Peer reports it experienced an internal error.

Error code: SSL_ERROR_INTERNAL_ERROR_ALERT

Describe the solution you'd like

  • When browsing to the base domain, respond with a "netbird proxy is running" status page.
  • If possible, this page can also be used to demonstrate that the base domain was able to retrieve TLS certs successfully.
  • Perhaps a cert could also be requested for a "some-dummy-variable.proxy.example.org" to demonstrate that wildcard records have also been set up successfully
Originally created by @pieterhollander on GitHub (Feb 16, 2026). Original GitHub issue: https://github.com/netbirdio/netbird/issues/5344 **Is your feature request related to a problem? Please describe.** Currently when browsing to https://proxy.example.org, I'm getting an error message from the browser ``` Secure Connection Failed An error occurred during a connection to proxy.example.org. Peer reports it experienced an internal error. Error code: SSL_ERROR_INTERNAL_ERROR_ALERT ``` **Describe the solution you'd like** - When browsing to the base domain, respond with a "netbird proxy is running" status page. - If possible, this page can also be used to demonstrate that the base domain was able to retrieve TLS certs successfully. - Perhaps a cert could also be requested for a "some-dummy-variable.proxy.example.org" to demonstrate that wildcard records have also been set up successfully
saavagebueno added the feature-request label 2026-08-05 01:25:49 -04:00
Sign in to join this conversation.
No Label feature-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#10410