Content
Updated by otheus uibk over 7 years ago
Using the project-drop-down menu (see screenshot), the request for the URL is “correct” (e.g., `https://openproj.localhost.org:8000/projects/PROJECT?jump=overview`), but the server then sends back a redirection URL which does not include the correct service protocol (ie, http instead of https). The browser is then unable to render the correct URL.
This normally does not happen, because by default, “http” will go to port 80, and “https” will go to port 443. But if the service is set to use port 8000, for instance, the error is readily apparent.
This normally does not happen, because by default, “http” will go to port 80, and “https” will go to port 443. But if the service is set to use port 8000, for instance, the error is readily apparent.