@wickeren wrote:
I use HAProxy trying to do SLL offloading for a WordPress site. Frontend is on 80 and 443 with redirect
Redirection is working well when the page is accessed on port 80.
However the pages loads incomplete and looking in the console of Firefox/Chrome it can be seen that "mixed mode content" is blocked by the browser. Some stylesheets, scripts an images are still accessed over http instead of https.
301 is permanent redirection, so why is this happening? The browser should not even try http because it should be aware of the permanent redirection. An besides that, even when http is used accidentally, it should still be redirect to https instead.Any clues how to solve this? IIS reverse proxy seems to do fine but I like HAProxy better.
Posts: 1
Participants: 1