[GH-ISSUE #5966] authentication service unavailable - Reverse Proxy Service #12571

Open
opened 2026-08-05 02:06:12 -04:00 by saavagebueno · 1 comment
Owner

Originally created by @davidkirch on GitHub (Apr 22, 2026).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/5966

After updating to the latest version (Management v0.69.0, Dashboard v2.37.0) I get this error on the web page when trying to access a reverse proxy service: “authentication service unavailable”.
Proxy logs:

netbird-proxy  | 2026-04-22T14:38:53.281Z WARN [scheme: oidc] proxy/internal/auth/middleware.go:349: authentication infrastructure error: get OIDC URL: rpc error: code = FailedPrecondition desc = create OIDC provider: Get "https://netbird.*******.de/oauth2/.well-known/openid-configuration": dial tcp: lookup netbird.******.de on 127.0.0.11:53: server misbehaving
netbird-proxy  | 2026-04-22T14:39:09.465Z WARN [scheme: oidc] proxy/internal/auth/middleware.go:349: authentication infrastructure error: get OIDC URL: rpc error: code = FailedPrecondition desc = create OIDC provider: Get "https://netbird.**********.de/oauth2/.well-known/openid-configuration": dial tcp: lookup netbird.***********.de on 127.0.0.11:53: server misbehaving
netbird-proxy  | 2026-04-22T14:40:34.860Z WARN [http-server: https] ./caller_not_available:0: http: TLS handshake error from 18*******34:52890: acme/autocert: missing server name

Netbird Server logs:

netbird-server  | 2026-04-22T14:39:09.464Z ERRO [context: GRPC, requestID: d7kdqvat1hcc73c9k4d0] management/internals/shared/grpc/proxy.go:822: failed to create OIDC provider: Get "https://netbird.********.de/oauth2/.well-known/openid-configuration": dial tcp: lookup netbird.**********.de on 127.0.0.11:53: server misbehaving
netbird-server  | 2026-04-22T14:39:34.312Z ERRO [context: HTTP, requestID: d7kdr9it1hcc73c9k4sg] shared/management/http/util/util.go:85: got a handler error: no valid authentication provided

Thanks in advance!

To Reproduce

Steps to reproduce the behavior:
Not sure unfortionately.

Expected behavior

A clear and concise description of what you expected to happen.

Are you using NetBird Cloud?

Please specify whether you use NetBird Cloud or self-host NetBird's control plane.

NetBird version

Management
v0.69.0
Dashboard
v2.37.0

Is any other VPN software installed?

No

Debug output

To help us resolve the problem, please attach the following anonymized status output

netbird status -dA

Create and upload a debug bundle, and share the returned file key:

netbird debug for 1m -AS -U

Uploaded files are automatically deleted after 30 days.

Alternatively, create the file only and attach it here manually:

netbird debug for 1m -AS

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Have you tried these troubleshooting steps?

  • Reviewed client troubleshooting (if applicable)
  • Checked for newer NetBird versions
  • Searched for similar issues on GitHub (including closed ones)
  • Restarted the NetBird client
  • Disabled other VPN software
  • Checked firewall settings
Originally created by @davidkirch on GitHub (Apr 22, 2026). Original GitHub issue: https://github.com/netbirdio/netbird/issues/5966 After updating to the latest version (Management v0.69.0, Dashboard v2.37.0) I get this error on the web page when trying to access a reverse proxy service: “authentication service unavailable”. Proxy logs: ```bash netbird-proxy | 2026-04-22T14:38:53.281Z WARN [scheme: oidc] proxy/internal/auth/middleware.go:349: authentication infrastructure error: get OIDC URL: rpc error: code = FailedPrecondition desc = create OIDC provider: Get "https://netbird.*******.de/oauth2/.well-known/openid-configuration": dial tcp: lookup netbird.******.de on 127.0.0.11:53: server misbehaving netbird-proxy | 2026-04-22T14:39:09.465Z WARN [scheme: oidc] proxy/internal/auth/middleware.go:349: authentication infrastructure error: get OIDC URL: rpc error: code = FailedPrecondition desc = create OIDC provider: Get "https://netbird.**********.de/oauth2/.well-known/openid-configuration": dial tcp: lookup netbird.***********.de on 127.0.0.11:53: server misbehaving netbird-proxy | 2026-04-22T14:40:34.860Z WARN [http-server: https] ./caller_not_available:0: http: TLS handshake error from 18*******34:52890: acme/autocert: missing server name ``` Netbird Server logs: ```bash netbird-server | 2026-04-22T14:39:09.464Z ERRO [context: GRPC, requestID: d7kdqvat1hcc73c9k4d0] management/internals/shared/grpc/proxy.go:822: failed to create OIDC provider: Get "https://netbird.********.de/oauth2/.well-known/openid-configuration": dial tcp: lookup netbird.**********.de on 127.0.0.11:53: server misbehaving netbird-server | 2026-04-22T14:39:34.312Z ERRO [context: HTTP, requestID: d7kdr9it1hcc73c9k4sg] shared/management/http/util/util.go:85: got a handler error: no valid authentication provided ``` Thanks in advance! **To Reproduce** Steps to reproduce the behavior: Not sure unfortionately. **Expected behavior** A clear and concise description of what you expected to happen. **Are you using NetBird Cloud?** Please specify whether you use NetBird Cloud or self-host NetBird's control plane. **NetBird version** Management v0.69.0 Dashboard v2.37.0 **Is any other VPN software installed?** No **Debug output** To help us resolve the problem, please attach the following anonymized status output netbird status -dA Create and upload a debug bundle, and share the returned file key: netbird debug for 1m -AS -U *Uploaded files are automatically deleted after 30 days.* Alternatively, create the file only and attach it here manually: netbird debug for 1m -AS **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. **Have you tried these troubleshooting steps?** - [ ] Reviewed [client troubleshooting](https://docs.netbird.io/how-to/troubleshooting-client) (if applicable) - [x] Checked for newer NetBird versions - [x] Searched for similar issues on GitHub (including closed ones) - [ ] Restarted the NetBird client - [ ] Disabled other VPN software - [ ] Checked firewall settings
saavagebueno added the triage-needed label 2026-08-05 02:06:12 -04:00
Author
Owner

@davidkirch commented on GitHub (May 6, 2026):

Hello :) Any update on this?

<!-- gh-comment-id:4387766781 --> @davidkirch commented on GitHub (May 6, 2026): Hello :) Any update on this?
Sign in to join this conversation.
No Label triage-needed
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12571