SSL mixed content error fixed by changing case of path

Hello,

I’m currently trying out a few of your services, one of which is your HTTP > HTTPS service and I have an odd issue.

A number of files are triggering a Mixed content message and is therefore blocked from running.

After much digging I have discovered case of the filename nad path are at fault.

As an example, I have a stylesheet that is blocked because of a mixed content message in Chrome and Firefox (not IE). The href path in the page is /StyleSheets/Default.css. The filename and directory on the file system are named the same way \StyleSheets\Default.css.

I’ve found that if I change the href path to be all lowercase: /stylesheets/default.css hey presto it works!

However, that is one of many files with mixed case lettering some of which are generated as bundles with random names/cases which I have little to no control over.

Does anyone know of a way to fix this or why is might be happening?

Many thanks

Chris

Here you can find the fix.
If you don’t have access to httpd.conf then try Htaccess method from here.

3 Likes

Thanks for your help!

2 Likes

Without plugin you can check why ur site not workin ssl on this website - https://www.whynopadlock.com/ after check that u found css family error in ur wp theme Insecure URL: http://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,700
Found in: shareimage.in
Insecure URL: http://fonts.googleapis.com/css?family=Open+Sans:800

After that go to your theme editor and click on stylesheet(style.css) find the Insecure URL url and replace http to https after that your website worked.hdfree4u

1 Like

After that go to your theme editor and click on stylesheet(style.css) find the Insecure URL url and replace http to https after that your website worked.hdfree4u

1 Like

Thank you so much for the fix. I spent the whole day to solve this not obvious problem! Thanks to you, I found the reason. :+1:

1 Like

Thanks TheSpaceCowboy and Xaq!

1 Like

My site https://www.kaise-kare.com/ has getting not secure badge on chrome , even i have used ssl in Cloudflare and also used ssl mix content fix. what should i do ?