Opened 15 years ago
Closed 15 years ago
#8414 closed defect (duplicate)
Problem returning chrome images when accessed via https
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | rendering | Version: | 0.12dev |
Severity: | normal | Keywords: | https chrome images |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When accessing the trac project I've setup for a client via ssl, images accessed from chrome are not found and a 404 is returned.
In the attached access log you can see that when accessing the ticket browser, the main page, css and js pages are all found but all dependent images are not found. All functionality is correct apart from this.
Version is 0.12 multirepos using the mercurial plugin with no changes to site templates. I haven't tried a released version yet, but I don't think its to do with the version as the *same* project when accessed over port 80 works perfectly - all images are found.
Is there a workaround I could use temporarily - something I've missed in the config perhaps?
I normally wouldn't be bothered by this, but it's a client site, has to look good, and has to be accessed over ssl and hosted in the secure area of my site so I can't simply serve it over port 80.