Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

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

Content

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