leantime
leantime copied to clipboard
Forces https redirect
I have spent a couple days now trying to get a minimum viable installation of Leantime, and I don't have certificates configured yet.
Why is it redirecting my url (projects.mydomain.com) to https? Even when I type the full path with http it forces https. I can't find anywhere in the config files any mention of port 443 or https redirects.
I've tried just about every different docker way I can think of following this readme and leantime docs, and am starting to wonder if this current version is even passing? Running multiple services behind Traefik, and the others are all working.
I am sorry you are having problems setting up Leantime. Did you try to set the appUrl? You can use the protocol in there ( http://projects.mydomain.com) That usually works.
On Thu, Jun 16, 2022 at 1:16 PM jackgray @.***> wrote:
I have spent a couple days now trying to get a minimum viable installation of Leantime, and I don't have certificates configured yet.
Why is it redirecting my url (projects.mydomain.com) to https? Even when I type the full path with http it forces https. I can't find anywhere in the config files any mention of port 443 or https redirects.
I've tried just about every different docker way I can think of following this readme and leantime docs, and am starting to wonder if this current version is even passing? Running multiple services behind Traefik, and the others are all working.
— Reply to this email directly, view it on GitHub https://github.com/Leantime/leantime/issues/771, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALG4EFV4TYXWMJ5765TXAC3VPNOQLANCNFSM5Y7P3UPQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I appreciate the fast response!
I have set the env in docker-compose.yaml as - LEAN_APP_URL=http://projects.mydomain.com and it still redirects to https :/
Hi Jackgray, do you still need assistance regarding this issue?