janis wrote:So I was having a look around with firebug and I see that some of the content such as the images for the logo and stuff are being served over http. This mixed content is what is causing the browser security measure to be triggered.
Indeed. In most places I'm serving things like stylesheets via relative URLs, so it's not too much of a problem (there is no logo image BTW; it's just CSS), but in user posts where images are being used, this will continue to be a bit of an issue unless I manually write a script to comb through the database and rewrite those URLs (ugh). At this point it's primarily video embeds and externally hosted images that are causing the warnings, but I plan on going through with a fine-tooth comb and figuring out where other issues are. You should really only be seeing warnings on post/thread pages. Are you seeing warnings on the home page or forum index pages?
janis wrote:Are you considering a forced redirect for all clients to SSL?
I will more than likely force it, yes. But not until I've got the issues cleaned up so people see the warnings as little as possible. I'm not in a big hurry to do this, but it will happen eventually. At this point I just got it enabled and am looking for exactly this sort of feedback to work out any issues I might have missed and answer any questions folks have before I force things.
I've dealt with quite a few commerce sites before and have a fair amount of experience with this stuff, so unless I'm missing anything huge I should be able to get things mostly right...
EDIT: Where I'm inexperienced is with the fact that the certificate I'm using is a free one from
StartSSL and it uses an intermediary cert to accomplish the "free" part. Firefox seems to not like this very much, so I still need to do some experimenting and see what I can do to remedy this. Perhaps it's unsolvable using the free option; I'm not too keen on ponying up any cash for a "real" cert. I'm hoping it'll just a be a configuration thing, but, yeah ... for now.