-
Notifications
You must be signed in to change notification settings - Fork 512
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
Setting up freescout behind Nginx proxy not working #502
Comments
We already checked this setting and it is properly set to the HTTPS address. Also addresses linking to the CSS assets and such are all correct. Only place where it is still wrong is the login form. As it send data to HTTP the login fails. |
You may be using my Docker image. (tiredofit/freescout). I have a production and dev install working fine using a reverse proxy. - SITE_URL=https://freescout.example.com ## make sure this has https:// in it
- ENABLE_SSL_PROXY=TRUE Otherwise if no go, bring it over to my github repository for the image itself and I will work through it there. |
Closing for no activity. |
Our setup is using dockerized Freescout behind a Nginx proxy which is used to terminate all incoming HTTPS connections. Site URL is set to https://freescout.our-proxy.com
If we open up the login page the HTML form redirects to
http://freescout.our-proxy.com
which Firefox complains about not being secure.
How do we set this properly?
The text was updated successfully, but these errors were encountered: