Replies: 2 comments 3 replies
-
What type of virtualization are you using? (Docker, Podman, K8S, Bare-Metal) My first guess would be that NGINX Proxy Manager can't resolve |
Beta Was this translation helpful? Give feedback.
-
I'm also having this same issue with NPM proxying authentik. If I use the proxy_pass to the host bound ports (9000 or 9443) and update the embedded outpost to also use it, the proxy works using authentik login first. If I use the FQDN in NPM that is proxying authentik (and update the embedded outpost as well), I get 500 errors endlessly. I confirmed I can reach the NPM server proxying authentik (and getting the proper IP from DNS) in the NPM container proxying the app I am trying to protect with authentik. Did you ever figure this out? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am hosting my authentik server on a different server than my endpoints.
Authentik -> Server A
Uptime-Kuma -> Server B
Authentik is hosted behind NGINX Proxy Manager, with no custom config.
On NPM infront of Uptime-Kuma, everything works if I post the default custom config as generated by Authentik.
However, if I change
proxy_pass https://local.ip:9000/outpost.goauthentik.io;
to
proxy_pass https://authentik.mydomain.cc/outpost.goauthentik.io;
I start getting a Server Error 500.
What should be done in this case?
Beta Was this translation helpful? Give feedback.
All reactions