Page 1 of 1

HTTP CSS Import

Posted: Thu Aug 19, 2021 4:32 pm
by peterpk
Hi guys,

I have a website running s9y and it its awesome.

But I have a problem regarding http and https.

If I load the website in http, it works properly.
But when I use https it breaks my css, the issue is when s9y generates the pages, it generates the css declaration with "http" and the console spits out " This request has been blocked; the content must be served over HTTPS."

I did some digging and found serendipity.css.php which I think is the file that generates this code, but I cant find the way to force the css to be loaded via https.

Can you guys help me?

Re: HTTP CSS Import

Posted: Thu Aug 19, 2021 11:31 pm
by erAck
Check under Configuration -> Paths, URL to blog that the URL starts with https.

Re: HTTP CSS Import

Posted: Sun Aug 22, 2021 8:27 pm
by peterpk
erAck wrote: Thu Aug 19, 2021 11:31 pm Check under Configuration -> Paths, URL to blog that the URL starts with https.
Thanks! This works!