hacpires
hacpires

Reputation: 29

Secure HTTPS not working in Magento under CloudFlare

Here is my problem:

http://fabshopper.com/* Always uses HTTPS

When I open the site in the browser it shows the HTTPS connection but most of the content is not load because the links are HTTP (including CSS, Script, images). Ultimo theme is supposed to create link either HTTP or HTTPS according to the magento settings, but the link I'm getting are HTTP

I ran out off ideas :(

Can anyone give me an hint?

Thanks

Upvotes: 1

Views: 1906

Answers (1)

Deepak Mankotia
Deepak Mankotia

Reputation: 4574

I go through link provided by you and found many URLs loaded from insecure server. check below few of them:

The page at 'https://www.fabshopper.com/' was loaded over HTTPS, but displayed insecure content from 'http://www.fabshopper.com/skin/frontend/ultimo/fabshopper/images/fab_shopper.png': this content should also be loaded over HTTPS.

The page at 'https://www.fabshopper.com/' was loaded over HTTPS, but displayed insecure content from 'http://www.fabshopper.com/media/wysiwyg/autumn-cardigans.png': this content should also be loaded over HTTPS.

Just change the HTTP to HTTPS of all insecure urls and it will solve your problem.

Upvotes: 1

Related Questions