Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu

Updated by otheus uibk about 8 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.

Back

Loading...