Replies: 0
Having a mixed content issue with RSSSL and W3 Total Cache. Here’s what’s happening…
1. The user types “mysite.com” in their browser (non ssl)
2. The request goes to WordPress, and WordPress generates html with http links in the script and style tags
3. Total Cache saves that html
4. The RSSSL plugin forces the site to move to https
5. The page switches to request SSL
6. Total Cache serves up the cached html for the page with the http links in the script and style tags
7. And so the site doesn’t load any of the scripts or styles because the protocols are mixed.
But it seems that Step 2 should never happen.
I assume that if all requests were redirected to SSL before making it to WordPress, then the issue would go away.
Is this a bug within RSSSL? Or an option I can configure? Or is it something else?
Thanks!