Problem

My confluence is running behind a reverse proxy server, my users connect to the linchpin/confluence itself via webbrowser and there is no VPN necessary. Using the Linchpin Mobile app does not work. The user are not able to connect during the setup process.


Cause

The problem is most likely caused by the HTTP-headers that are changed by the proxy server. Linchpin mobile needs the host header to work properly. Often the proxy server changes the host header to be some internal address.


Resolution

Linchpin mobile supports the x-forwarded-host header. It can be used to deal with the described problem. Then proxy server should set the header to the real host name.

Example:

  • Your confluence server is reachable in the internet via the FQN https://www.exampleintranet.com.
  • Your proxy server changes the headers to the following:

    ...
    host: 10.1.2.3:8090
    ...
  • Set the header to get linchpin mobile working

    ...
    host: 10.1.2.3:8090
    x-forwarded-host: www.exampleintranet.com 
    ...



Article navigation




Still need help?

If this solution doesn't work for you feel free to contact us via email or get in touch with us here.






This content was last updated on 09/06/2019.

This content hasn't been updated in a while. That doesn't have to be a problem. Some of our pages live for years without becoming obsolete.

Old content can be incorrect, misleading or outdated. Please get in contact with us via a form on this page, our live chat or via email with content@seibert.group if you are in doubt, have a question, suggestion, or want changes from us.