Image elements getting http path behind reverse proxy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 года назад
So my configuration is a docker container behind a Traefik reverse proxy that does all the encryption and everything is loading/working fine all objects are loaded via https.

The problem is that image elements that have been uploaded are loading with the full path instead of a relative one (which for some reason has a http:/path in the element) this request still gets redirected to https by the reverse proxy and still loads in https but its still showing the insecure object on the page since there's that http reference.

I have set the page to use https://url in the store url but not turned on SSL since only traffic hitting the reverse proxy is encrypted I'm pretty sure doing that will kill the app.

I've tried turning on Use HTTP_CLUSTER_HTTPS
2 года назад
Nobody? Id rather not have to pay for another IP Just to run this but cant have insecure objects on a webstore regardless if its visible. Has anyone got an easy way to convert these absolute paths to relative ones?  I'm kind of disappointed there are absolute paths at all.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.