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

      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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Installing Open Project - Reverse proxy

Installing Open Project - Reverse proxy

Added by Joan Albert Arnau over 2 years ago

Hello. 

I install Open project in a .local address and use a reverse proxy to access from outside the network.
All is working fine except the links in the mails.

There is no place to change the url in the mail. 

For example:

To change the password:

Para cambiar su contraseña, haga clic en el siguiente enlace:
http://project.domain.local/account/lost_password?token=ee8a21595b3a94621488b27exxxxxxxxxxxxxxxxxxx12a35d5ac28014f

But the correct link should be:

Para cambiar su contraseña, haga clic en el siguiente enlace:
https://project.domain.com/account/lost_password?token=ee8a21595b3a94621488b27exxxxxxxxxxxxxxxxxxx12a35d5ac28014f

How can i change the address if open project is installed behind a reverse proxy?

Thanks in advance.


Replies (1)

RE: Installing Open Project - Reverse proxy - Added by Adam Szabo over 2 years ago

Dear Joan Albert

I installed OpenProject behind a reverse proxy and I do not have these issues

lets split your issues into two

  1. HTTP vs HTTPS
    you must run OpenProject on https too, not only the reverse proxy, most likely at the moment your OpenProject is installed for not using ssl. please issue command on terminal: sudo openproject reconfigure, you will have to have your certificates ready
  2. local top level domain
    please look into your /etc/hosts file and issue the command in terminal hostname 
    most likely you configured your Linux Server incorrectly, read here about changing your hostname in Ubuntu:
    https://learnubuntu.com/change-hostname/
    Here you find how to correctly setup your hostname in the GUI, can be also done at point 1. already: https://www.openproject.org/docs/system-admin-guide/system-settings/general-settings/

I hope you get inspiration by what I wrote and you will have a successful solution.

Kind regards

Adam

  • (1 - 1/1)
Loading...