-
Notifications
You must be signed in to change notification settings - Fork 239
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
On logout, goes to domain:443 #111
Comments
I doubt they will respond or fix, they basically gave up on community edition. I can't find place where orangescrum redirect to 443, they use protocols instead of ports. |
Thanks @armababy . That's bad news... I'm sorry to read those. And the community? What will it do about it? Fork? About the app/Config/constants.php, there's nothing there about a 443 port. |
Hi all, Sorry to tell you that we have a long plan to implement language support in community edition. As today is not our official day. So we are not able to give the actual fixes today. The port you are running the application is not 80. |
Hi,
The standard https SERVER_PORT ist 443. |
Fixes issue Orangescrum#111 (https://github.com/Orangescrum/orangescrum/issues/111). Should work for both HTTP and HTTPS.
Hi all!
When I logout of orangescrum, instead of keeping on my https domain, I end up diverted to http://domain:443, which according to my server setup yields a 400 error. Expected behavior would be to keep on the domain.
How can I fix this?
Thanks.
The text was updated successfully, but these errors were encountered: