Preflight complains of wrong URL when behind reverse proxy #11034
Unanswered
Computroniks
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to setup Snipe-IT behind an SSL terminating reverse proxy. I have set the
APP_URL
tohttps://snipeit.example.com
as well as theAPP_TRUSTED_PROXIES
to the IPv4 and IPv6 addresses of my proxy. On the proxy I have also set theX-Forwarded-Proto
header to be set for HTTPS traffic and verified it in a packet capture. When I navigate tohttps://snipeit.example.com
I am rediected to the setup screen (https://snipeit.example.com/setup
). Here everything is green apart from the URL where is says:I assume that I have probably missed some sort of config for this but I can't figure out what it is.
System details
New install of Snipe IT following git clone instructions in docs
Snipe IT version: Pulled from master at commit 89fee23
Thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions