One Site Works - One Doesn't?

Hello,

I have 2 websites, I’ve turned on SSL for both of them through Cloudflare, but one site isn’t working while the other is fine. I had originally set one site for flexible and that one is fine. The other one I set for strict, and I had issues, so I switched to to flexible but the issue is persisting. Would someone be able to shed some light on what could be happening?

I host with ipage for both sites and use both wordpress and woocommerce on both sites.

Any info you could provide would be really helpful! Thanks so much!

What issue exactly? Do you have any error messages for us, or would you mind to post the URLs?

1 Like

The entire site loads strangely. If I go to http://luxexo.com it loads fine, but if I go to https://luxexo.com it doesn’t load correctly.

my other site works fine with both http://enticethebrand.com and https://enticethebrand.com

ooops correction, http://luxexo.com still doesn’t load completely…but it looks better than when I try to access it as https

You have mixed content here. You are trying to load HTTP links from the HTTPS page and current browsers are not too fond of that :wink: and simply dont load those resources.

1 Like

That looks like a “simple” JavaScript issue, it throws an error and I assume that will be the reason why it does not continue rendering the page.

As for the mixed content

https://support.cloudflare.com/hc/en-us/articles/200170476-How-do-I-fix-the-SSL-Mixed-Content-Error-Message-

might be of help

mixed content seems not the main issue here, there is alsmost no content via HTTP as well. :astonished:

@nadi.russ
As there is a lot of JS: Is Rocket Loader active?

On HTTP it freaks out because of a JavaScript issue, on HTTPS because of mixed content.

2 Likes

Ok… Thanks so much! So how would I be able to fix that?

Sorry, I’m not very techy… I use wordpress and for this particular site I am using siteorigin. I think it used JS

You should enable HTTPS Rewrites for the mixed content, everything is on your domain, so no issues there.
Ideally you should use relative URL, so it will never happen something like this.

For the JS issues it would be useful to check the code, do you have Rocket Loader enabled or minification?

1 Like

You can find the Rocket loader in your CF dashbord under the “Speed” tab. This little guy is causing issues with JS sometimes.

And as @matteo wrote: check “auto minify” (same tab) and play around with it.

1 Like

Yeah, try and disable both, then clear the cache, then enable one at a time.

1 Like

I’m going to check, not sure what rock loader is… but I do have minification enabled. Easy load I think… since it’s a photo rich site.

Ok thanks!

Awesome, I’m going to check this now. Thanks!

1 Like

JS minification is different than image optimization… the latter is only available on paid plans.

1 Like

I just realized that. I didn’t have rocket loader or minify activated. I just toggled them on now. @MarkMeyer