[GH-ISSUE #5347] Allow Reverse Proxy to skip tls validation for internal resources #11305

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

Originally created by @marcportabellaclotet-mt on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/5347

Is your feature request related to a problem? Please describe.
I am testing the new functionality of reverse proxy. I have several internal endpoints, which do not have a fqdn, like https://10.230.10.2.
When trying to reverse proxy this endpoints, I get 502 error:

2026-02-16T15:22:51Z WARN proxy/internal/proxy/reverseproxy.go:297: proxy error: request_id=d69jciu7k84s7389nslg client_ip=10.1.130.197 method=GET host=test.netbird-proxy.examplw.com path=/ status=502 title="Connection Error" err=tls: failed to verify certificate: x509: certificate signed by unknown authority

Describe the solution you'd like
I would like the option to add a new env variable, something like NB_PROXY_INSECURE_SKIP_VERIFY, which alows insecure connection to internal resources.

Originally created by @marcportabellaclotet-mt on GitHub (Feb 16, 2026). Original GitHub issue: https://github.com/netbirdio/netbird/issues/5347 **Is your feature request related to a problem? Please describe.** I am testing the new functionality of reverse proxy. I have several internal endpoints, which do not have a fqdn, like https://10.230.10.2. When trying to reverse proxy this endpoints, I get 502 error: ``` 2026-02-16T15:22:51Z WARN proxy/internal/proxy/reverseproxy.go:297: proxy error: request_id=d69jciu7k84s7389nslg client_ip=10.1.130.197 method=GET host=test.netbird-proxy.examplw.com path=/ status=502 title="Connection Error" err=tls: failed to verify certificate: x509: certificate signed by unknown authority ``` **Describe the solution you'd like** I would like the option to add a new env variable, something like `NB_PROXY_INSECURE_SKIP_VERIFY`, which alows insecure connection to internal resources.
saavagebueno added the feature-request label 2026-08-05 01:29:13 -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#11305