You can serve css with relative links so the protocol is set at the base, or use a proxy and rewrite https to http for css or anything that doesn't need ssl (cookies are another example).
Stef On Thu, Jul 30, 2009 at 8:19 AM, Michael Strzempek<[email protected]> wrote: > Hi folks, > > I've got an issue with loading the CSS-Files over a SSL-Connection (https). I > don't get it solved by myself, I hope you guys have an idea. > > I just updated from 0.7.3 to 0.8.0, my site is running completely over SSL > (https), so I have the option turned on in the config.php: > > $config['site']['ssl'] = 'always'; > > But unfortunately the CSS-Files refer to http:// and so can't be loaded - > everything else is fine and refer to https://. This issue is new since the > update to 0.8.0, in 0.7.3 I guess it worked (at least the CSS applied). _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
