So it looks like Stack Exchange now supports HTTPS (to some extent). Which is awesome! But there are a few problems:

  1. The certificate is for *.stackexchange.com, which causes browsers to throw all kinds of ugly errors when you access a different domain, eg:

    enter image description here

  2. Some content is delivered over the CDN, which is plain HTTP. This causes browsers to complain about "unsecured content":

    enter image description here

share|improve this question
9  
the answer is don't do that ...because we don't support https:// on the sites. – Zypher Dec 21 '11 at 21:51
2  
@Zypher That's why this is tagged [feature-request] :P – NullUserException อ_อ Dec 21 '11 at 21:52
1  
To supplement @Zypher's comment, see this answer. – Tim Stone Dec 21 '11 at 21:52
@TimStone It looks like the issue on that question has already been fixed. – NullUserException อ_อ Dec 21 '11 at 21:56
Doesn't appear so on my end. – Tim Stone Dec 21 '11 at 22:14
2  
Why is accessing stackexchange over https desirable? I really want to know! – Kirk Woll Dec 21 '11 at 22:23
6  
Thanks @Tim, very good to know. – Kirk Woll Dec 21 '11 at 22:31
5  
status-deferred -- deferred until when? The original hyperbolic request to help avoid firesheep was over a year ago... seems like now would be a good time to address it. – sarnold Dec 22 '11 at 2:53
1  
It's my understanding that with a valid reason, some certificate authorities can be persuaded to issue signing certificates. I think something as vast as the stackexchange network should entertain the idea of getting a signing certificate (also due to rapid changes in domain names for forward compat) – Call me V Jun 11 '12 at 16:36
1  
Wait, which sites support SSL? I tried it on IT Security and it failed. Same for Security.BlogOverflow. – Iszi Jun 27 '12 at 15:43
@KirkWoll: Is https ever not desirable? The lack of it just makes me feel vulnerable. – Boann Dec 11 '12 at 15:37
Personally I'd even consider trusting a self-signed SE root CA certificate, and then SE could just issue one certificate per sub-site. There should be enough distinct places to publish its footprint for verification. – Tobias Kienzler Feb 11 at 17:40
1  
@Zypher what is the status of this feature? I get the feeling that this is not really being considered at all - the state of SSL (from my point of view) is the same as in 2011. – Shade Apr 10 at 15:24
1  
Not expert on this but won't this also help bypass company Firewalls that block JS files for more and more users who come here complaining they can't add comments and such stuff? – Sha Wiz Dow Ard Apr 12 at 7:41

2 Answers

I just want to point out that once you've setup one SSL certificate, it becomes the default certificate (at least in my experience). So even though they may not even have SSL setup for other domains, the default is still creeping over onto them when you attempt to access them via HTTPS.

They did say they're still working on it not too long ago (and it hasn't even been 6 - 8 weeks). I believe we're just seeing the default certificate bleeding through onto other sites which aren't even setup for HTTPS yet. If I attempt to access some random website on my server via HTTPS that isn't setup with a certificate, it attempts to use a certificate from another site (the first one which was defined) and the browser throws a fit because the domains don't match.

Just thought I'd throw that out there.

share|improve this answer

The cert is completely fine:

cert

The issue I see is that they are using a cert for *.stackexchange.com when they are on *.stackoverflow.com which they need to fix:

ff error

Here is a path of the ssl errors

share|improve this answer
3  
Negative, there are two distinct problems here: name mismatch and mixed content. For obvious reasons, meta.stackoverflow.com doesn't match *.stackexchange.com – NullUserException อ_อ Dec 21 '11 at 21:50
@PenguinException well see the update to my answer. the cert is only for *.stackexchange.com not for *.stackoverflow.com – amanaP lanaC A nalP A naM A Dec 21 '11 at 21:51
1  
Your point being? You are saying this is "all (emphasis not mine) due to mixed content." I am saying that's incorrect: there are two problems. – NullUserException อ_อ Dec 21 '11 at 21:52
@PenguinException changed my answer (like a ninja!) – amanaP lanaC A nalP A naM A Dec 21 '11 at 21:53
1  
Read my question; I am not saying there is problem with the cert per se. I am saying it's a problem because the cert doesn't work for any site outside of the ones which are subdomains of *.stackexchange.com – NullUserException อ_อ Dec 21 '11 at 21:55
1  
@PenguinException thats because the cert is only for *.stackexchange.com, that is what my answer states. – amanaP lanaC A nalP A naM A Dec 21 '11 at 21:55
1  
Which means your answer doesn't add anything to what I already stated in my question. – NullUserException อ_อ Dec 21 '11 at 21:56
@PenguinException Here is a path of the ssl errors – amanaP lanaC A nalP A naM A Dec 21 '11 at 21:57
@PenguinException I am agreeing with you and adding more information. – amanaP lanaC A nalP A naM A Dec 21 '11 at 21:58

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged