- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Backend/Core
- Assigned To No-one
- Operating System Linux
- Severity High
- Priority Very Low
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2187 - Problem with HTTPS Reverse Proxy
Hi,
im using a HTTPs reverse proxy in my system.
To access my flyspray i connecting via HTTPs to the reverse proxy and the reverse proxy connecting via HTTP to flyspray.
It seems that you are using static links with “http://” because chrome blocks several resources.
Here’s one example:
Mixed Content: The page at ‘https://bugs.xxxxxxxxxx.de/’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://bugs.xxxxxxxxxx.de/themes/CleanFS/theme.css‘. This request has been blocked; the content must be served over HTTPS.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I have no experience with reverse proxies, but have you tried setting 'force_baseurl' in section 'general' of flyspray.conf.php for your case?
A part of the stuff that handles that baseurl is at start of includes/constants.inc.php
Nice, the force_baseurl option fixed my problem!
Maybe you want to add this to your documentation? ;)
Nice to hear.
Now I know for what scenario the force_baseurl it is for.
Yes, should be documented.
fix tags