C5 SSL Issue

Permalink
Hello All-

So I've managed to get my SSL installed with my webhoster, and edited my .htaccess file to persist the https throughout.

When I log intohttp://www.mysite.com, it redirects to httpS://www.mysite.com, and Chrome shows the Green Padlock, indicating SSL attached and functioning properly.

As soon as I enter C5 user account info and login, I get an error saying that my SSL is attached, but my page contains other resources which are not secure.

Could this be because C5 is attempting to load CSS etc from an http, not https address?

I've tried editing my config/site.php to reflect the https change, but so far no good, any ideas?

Thanks

 
harpboy929 replied on at Permalink Reply
<link rel="stylesheet" media="screen" type="text/css" href="<?php  echo $this->getThemePath() . '/main.css'?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php  echo $this->getThemePath() . '/typography.css'?>" />


Fixed me!