-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuration for nginx proxy manager makes host offline #11453
Comments
I ran into this as well, and I think it's an issue on NPM's side since any custom location seems to break it. Related issues: |
Also it seems this issue is a duplicate of #10010 |
Hi I had a lot of trouble with that as well, eventually I found this config, which seems to work for me.
|
CrazyWolf13 I copy and pasted that into my custom Nginx Configuration, and of course I changed the proxy pass to match my authentik instance. But I would like to know what actually changed so I have a better idea what I am doing. Thank you |
@Seekinsj Awesome! To be honest, I don't know, I had the same issue, started diggin and found a random blog from some homelabber writing on this exact issue and posting that code, I copied it and it worked for me too. |
https://www.diffchecker.com/9ouR3ucD/ Maybe this help :) |
@CrazyWolf13 this did not fix it for me. What version are you using? |
@leon1995 are you sure you changed the IP to the correct IP of authentik? in my snippet? And when removing all custom code the host shows online? Are you running latest nginxproxymanager? |
what do you mean with custom code? when I not add the authentik proxy stuff then the host is online. |
when using the normal npm the host does not go offline. I changed the
when I use the
|
Seems like a problem with SSL certs, are you using self signed ? |
Lets encrypt, yes |
Anyone an idea? :/ |
I tried adding
but another issues comes up
|
Solution: |
@Anexgohan thanks. its working! |
…11621) * Comment out problematic config at _nginx_proxy_manager.md Resolves: - #10010 - #7323 - #11453 - https://www.reddit.com/r/Authentik/comments/1c5sf6l/authentik_with_nginx_proxy_manager_not_possible/ Signed-off-by: Mahmoud AlyuDeen <[email protected]> * Add working websocket configuration for nginx-proxy-manager. Signed-off-by: Mahmoud AlyuDeen <[email protected]> * remove commented out settings Signed-off-by: Jens Langhammer <[email protected]> --------- Signed-off-by: Mahmoud AlyuDeen <[email protected]> Signed-off-by: Jens Langhammer <[email protected]> Co-authored-by: Jens Langhammer <[email protected]>
Describe the bug
After I pasted the nginx (proxy manager) configuration into nginx proxy manager the status has gone offline
To Reproduce
Steps to reproduce the behavior:
proxy_pass http://authentik.company:9000/outpost.goauthentik.io;
to match your authentik installation e.g.https://sso.mydomain.tld/outpust.goauthentik.io
Expected behavior
That the proxy host stays online and I can protect it with authentik's sso
Version and Deployment (please complete the following information):
Additional context
this is the (unedited) config that makes the proxy host offline
The text was updated successfully, but these errors were encountered: