Skip to content
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

Open
tachyon-ops opened this issue Jan 22, 2016 · 4 comments
Open

On logout, goes to domain:443 #111

tachyon-ops opened this issue Jan 22, 2016 · 4 comments

Comments

@tachyon-ops
Copy link

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.

@armababy
Copy link

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.
The code uses constants from app/Config/constants.php make sure you have not specified any ports there.

@tachyon-ops
Copy link
Author

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.

@Prabhudas
Copy link
Contributor

Hi all,

Sorry to tell you that we have a long plan to implement language support in community edition.
So we are busy in doing that.

As today is not our official day. So we are not able to give the actual fixes today.
Still for the mean time, this might be happening for the following reason:

The port you are running the application is not 80.
It might be some thing else.
So please check that, let us know if you have any more issue.

@andre5tz
Copy link

andre5tz commented Jun 17, 2016

Hi,
perhaps you find the redirect to 443 in the constants.php on line 60.

if($_SERVER['SERVER_PORT'] != 80) define('DOMAIN', $_SERVER['SERVER_NAME'].":".$_SERVER['SERVER_PORT']."/");

The standard https SERVER_PORT ist 443.

RHOPKINS13 added a commit to RHOPKINS13/orangescrum that referenced this issue Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants