nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
976 stars 208 forks source link

Pages are not loaded correctly if we're behind a proxy #1804

Closed HaziFlorinMarian closed 2 years ago

HaziFlorinMarian commented 2 years ago

sysPass Version 3.2.2

Describe the bug Even at install page we're getting some raw content, not loaded properly.

To Reproduce Steps to reproduce the behavior:

  1. Run apache service with internal IP
  2. Configure reverse proxy at port 80 between internal-public IP
  3. Enable SSL support for public IP (proxy server)
  4. See error

Screenshots https://prnt.sc/HFmFakSTjlhS

Event log (https://pastebin.com/FtzGBmwp)

Platform (please complete the following information):

HaziFlorinMarian commented 2 years ago

Solved by adding `

SetEnv HTTPS on

` on /etc/apache2/sites-enabled/000-default.conf.