I install my ssl and work fine in my admin area (padlock green). But in my frontend, Chrome show an alert in padlock:
The site uses SSL, but Google Chrome has detected insecure content on the page
How can I fix this?
UPDATE
I open console and see the problems: images.
Magento set {{secure_base_url}}skin/, and my images are stored in skin/ folders. But in console, the images url is http://, not https://. How can I fix this?
SOLVED
Change images url on CSS. Simple.