user3403792
user3403792

Reputation: 21

magento mixed content after ssl installed

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?

Upvotes: 0

Views: 4962

Answers (1)

user3403792
user3403792

Reputation: 21

The unsecure URL under:

System > Configuration > General > Web > Unsecure

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

Upvotes: -1

Related Questions