0
votes

I recently installed a godaddy ssl certificate on my magento site. My home page loads fine with no mixed content. However, all the links in the navigation menu are being generated as http:// and the cart page has mixed content warnings. My config is: Auto redirect to base url: no use web server rewrites: no use secure urls in frontend: yes use secure urls in admin: yes offloader header: SSL_OFFLOADED

How do I get rid of all the mixed content? Which files do I need to change?

1
You can see those file in firebug. It's an browser plugin. - MeenakshiSundaram R
I know this is an older post, but a tool you can now use to track down mixed content issues is: httpschecker.net/how-it-works - stilliard

1 Answers

-1
votes

The unsecure URL under:

System > Configuration > General > Web > Unsecure

needs to be changed to https:// instead of http://. This fixed the issue.