You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HINT: try to reproduce bugs and errors at https://public.tenant.kiwitcms.org!
This is always running the latest version and will automatically submit
traceback and debugging information to us!
Description of problem
When setting up Kiwi with the docker compose yml file. The port redirection from HTTP to HTTPS is not working as expected.
I declared the specific host ports in the yml file and kiwi HTTP server seems to have the port values hardcoded. Even my HTTPS port is 8443 as per yml setup. When loading the site with HTTP it redirects me to default well known port 443 which is not valid for my case as per the compos file changes.
HINT: try to reproduce bugs and errors at https://public.tenant.kiwitcms.org!
This is always running the latest version and will automatically submit
traceback and debugging information to us!
Description of problem
When setting up Kiwi with the docker compose yml file. The port redirection from HTTP to HTTPS is not working as expected.
I declared the specific host ports in the yml file and kiwi HTTP server seems to have the port values hardcoded. Even my HTTPS port is 8443 as per yml setup. When loading the site with HTTP it redirects me to default well known port 443 which is not valid for my case as per the compos file changes.
Version or commit hash (if applicable)
latest from master repo. Commit hash 0a179f7
Steps to Reproduce
Actual results
Redirects from HTTP to HTTPS is done but redirection goes to 443 instead 8443
Expected results
Redirects from HTTP to HTTPS is done using 8443 as edited in host port docker-compose.yml file
Additional info (Python traceback, logs, etc.)
The text was updated successfully, but these errors were encountered: