orangescrum-community icon indicating copy to clipboard operation
orangescrum-community copied to clipboard

On logout, goes to domain:443

Open tachyon-ops opened this issue 9 years ago • 4 comments

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.

tachyon-ops avatar Jan 22 '16 16:01 tachyon-ops

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.

armababy avatar Jan 22 '16 23:01 armababy

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.

tachyon-ops avatar Jan 23 '16 10:01 tachyon-ops

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.

Prabhudas avatar Jan 23 '16 11:01 Prabhudas

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.

andre5tz avatar Jun 17 '16 08:06 andre5tz