-
What version of GlobaLeaks are you using?5.0.12 What browser(s) are you seeing the problem on?All What operating system(s) are you seeing the problem on?Windows, macOS Describe the issueHello, I'm trying to create a docker container with globaleaks v5.0.12, however it gives my "Internal Server Error" after configuring the domain and certificate trough the web interface. Other times it gives me error 400. Proposed solutionNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello @qeepoo Thank you for your question. GlobaLeaks listens only on:
If you are receiving error 400 it means that when the connection arrives to globaleaks, via traefik, it does not contains improper hostname. Aside from this i've two questions:
|
Beta Was this translation helpful? Give feedback.
-
Hi thanks for the quick response. After completing the first install wizard I access the web interface and configure the hostname of the default site, to match the one on my traefik labels. I have an instance running in dev which was one of my coworkers that deployed it about a year ago. I tried migrating that one to production, however it also gives me Internal Server Error, or error 400. Responding to both your questions do you really need tls offloading in your setup? we advise to not use no proxy in relation to whistleblowing laws to try to keep the setup end2end like. - We need to because our production server already runs a proxy and a bunch of other microservices. I can provide some more details tomorrow, like the docker compose I'm using, print screens of the configuration I have aswell as the errors I mentioned above. |
Beta Was this translation helpful? Give feedback.
-
Ok managed to solve the issue. I added a few flags to the Traefik configuration to passthrough and terminate the TLS connection on the backend. |
Beta Was this translation helpful? Give feedback.
Hello @qeepoo
Thank you for your question.
GlobaLeaks listens only on:
If you are receiving error 400 it means that when the connection arrives to globaleaks, via traefik, it does not contains improper hostname.
Aside from this i've two questions: