G’day Gilles,
First, I can’t follow that link, it’s invalid.
Second, try deactivating the SSL Insecure Content Fixer, it might be having a conflict with WooCommerce. I’ve heard of that happening, although I can’t replicate it (works for me). You don’t generally need to run both together, because WooCommerce does many of the same things my plugin does.
Next, check your .htaccess for rules that might be doing that redirect. Also temporarily deactivate any so-called security plugins, I’ve seen some of them mess up https before as well.
Finally, is your website hosted by Network Solutions, and/or behind a proxy like nginx? It might be as simple as WordPress not knowing that it’s being served via https.
cheers,
Ross
Thread Starter
GF87
(@gf87)
Hi Ross
Not sure why the link doesn’t work, but you can find the webshop under this link (should work fine this one): http://tinyurl.com/kejycqq
The only security plug-in that I have at this moment is Akismet. I didn’t see any special redirects in htaccess except for www to non-www and /index.html to / (basic in WordPress I think).
Hosting is with Siteground.com
Cheers
Gilles
G’day Gilles,
It’s whatever you have set up as a page cache. Running the is_ssl() test script returns OK, but the cached page is the one that was cached when requested with http not https. e.g. if you add ?nocache=1 to your website URL, it’ll come through OK on https because it’s not getting the cached page.
cheers,
Ross
Ah, in fact with the nocache parameter, the page gets redirected still. Sorry, no idea. Try deactivating plugins, and switching to a stock theme like twentytwelve so that you can narrow down what might be causing the redirect. Also check with your website host in case they have a configuration that is causing that behaviour.
cheers,
Ross