Best,
I'm am breaking my head over this problem a few days now if.
If a customer wants to checkout the browsers give insecure content warnings....
It is only happening on:
A. Fonts (like google fonts)
Example:
Insecure URL: http://fonts.googleapis.com/css?family=Oswald
Found in: https://kb-modelcars.com/media/css_secure/9242d51d7cac88a79661fbed9a401774.min.css
B. Fontsawesome-webfont
Example:
Insecure URL: http://kb-modelcars.com/skin/frontend/shopshark/default/fonts/fontawesome-webfont.eot?
Found in: https://kb-modelcars.com/media/css_secure/9242d51d7cac88a79661fbed9a401774.min.css
C. Some pictures loaded from theme
Example:
Insecure URL: http://kb-modelcars.com/skin/frontend/shopshark/default/images/media/all_credit_cards.png
Found in: https://kb-modelcars.com/
Something to mention is that is all on .min.css
What i have done, i have read all forums on the net about this problem but nothing works.
I also have some idea it has something to do with SSL
Also tested at whynopadlock.com That gives me 15 unsecured items like the examples.
I hope some one has a solution for this problem.
Solved! Go to Solution.
Best,
Problem solved by our theme exerts.
Had to do with Awesome Font.
The exact solution they did not give to me, it is a third party from Russian region.
So thanks for the advance.
Hi @Anonymous
Could you disable merge css feature on your site and see how you added the fonts to your css files?
With merged css it is difficult to provide any suggestion.
Best,
Thanks for the advance so quickly
I have disabled Merge CSS Files.
I have to mention that my cron-job gives server internal error 500 maybe it is related.
Thanks
Hi @Anonymous
Can I know hod did you add following to your Magento site
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:normal,semibold,bold,italic,semibolditalic,bolditalic" />
Could you share that particular code?