need help getting http to be https! #1104
Unanswered
Mrs-Feathers
asked this question in
Getting Help
Replies: 1 comment
-
You might try this:
The full list is here: https://python-social-auth.readthedocs.io/en/latest/configuration/settings.html#processing-requests-and-redirects |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! my set up is a server that runs netbox and then we have a reverse proxy with authentik on it. this supplies the OIDC we use for the login. our nginx reverse proxy supplies https and certs and stuff so i dont want to add https support or anything, i just want to set the base_url or something to be with https, otherwise it passes http to authentik and the login errors out. how can i trick netbox into thinking its already https? most apps just have a base_url setting but i can't find it for netbox.. only base_path which isn't useful for this issue.
Beta Was this translation helpful? Give feedback.
All reactions