You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Matt Raible <ma...@raibledesigns.com> on 2013/03/13 15:23:49 UTC

Supporting HTTP and HTTPS

Hey all,

I just got an SSL wildcard for my site and I'm looking into supporting HTTPS, as well as HTTP. If you look at https://raibledesigns.com/, you'll notice the the stylesheets don't load.

[blocked] The page at https://raibledesigns.com/ ran insecure content from http://raibledesigns.com/wro/dark-20120917.css
[blocked] The page at https://raibledesigns.com/ ran insecure content from http://connect.facebook.net/en_US/all.js.

The second one I may be able to fix, but the first is likely caused by the following:

<base href="http://raibledesigns.com" />

Which is rendered by:

<base href="$absBaseURL" />

I tried changing this value from "http://raibledesigns.com" to "//raibledesigns.com", but it crashed my site. I'd send an error message, but I can't login to see the logs right now.

Does Roller support both HTTP and HTTPS?

Thanks,

Matt