-
Notifications
You must be signed in to change notification settings - Fork 74
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
Redirect from HTTP does not honor OTOBO_WEB_HTTPS_PORT #1892
Comments
Tested with the port 443 either set implicitly or explicitly in .env . Using Firefox we get an redirect e.g. to https://localhost:443/otobo/index.pl . But at least under Firefox the ugly :443 is not displayed in the address field. Applying the PRs. |
Issue #1892: include the HTTPS port when redirecting
The default value 443 should also be set for the "OTOBO Nginx with Kerberos" Docker image. |
Tested this again with:
Got a redirect to https://localhost:1443/otobo/index.pl which worked fine. Trusting that it also works for the Kerberos image. Closing this issue. |
Reopen because OTOBO_WEB_HTTPS_PORT was not passed on to the container in docker-compose/otobo-override-https-kerberos.yml |
In .env there is the following setup:
Thus I would expect that fetching http://localhost:81/otobo/index.pl would redirect to https://localhost:543/otobo/index.pl . But the redirect is to https://localhost/otobo/index.pl .
TODO:
The text was updated successfully, but these errors were encountered: