We are using Sonarqube Server (Developer Edition) as a Docker container running behind a reverse proxy (Traefik).
We try to access this Sonarqube Server from a Jenkins build server over the reverse proxy. After some time we receive 404 errors from the system.
If we communicate directly with Sonarqube without the reverse proxy, all is running ok.
Are there any hints for configuring the reverse proxy? Do we have to pay attention to specific headers?
Hi, my question is about reverse proxy in general. Do you have some hints for operating Sonarqube behind a reverse proxy? Is this scenario supported in general?