-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Docker Compose SSL Config #15346
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Port mismatch might be addressed by setting the |
@setpill laravel/framework#41598
|
@snipe thanks for the link, I was indeed missing one of the headers mentioned there. However, setting that does not seem to work... Perhaps something else is wrong. Excerpt from my nginx config:
In my docker.env I have
(I have also tried with this set to |
Does it have something to do with the |
Delving a bit deeper, I realise that the reference there to
Bit of a red herring there. Issue still unsolved. |
#9179 potentially related |
Thank you @setpill! I just noticed this issue, and followed the instruction in your PR, the issue is gone. |
Discussed in #15337
Originally posted by Masterain98 August 20, 2024
I'm receiving a URL error in the pre-flight page, showing
Uh oh! Snipe-IT thinks your URL is http://my-domain.com/setup, but your real URL is https://my-domain.com:80/setup Please update your APP_URL settings in your .env file
. If I ignore the error and continue to process, some form in the Snipe-it won't response.Here is the docker compose file, I'm using Cloudflare Tunnel to connect the system to the Internet with SSL.
Followed some other issues, added
APP_TRUSTED_PROXIES=REMOTE_ADDR, SECURE_COOKIES=true
in the.env
environment fileThe text was updated successfully, but these errors were encountered: