Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Bad bug with logic around bad certificate chains #224

Merged
merged 13 commits into from
Jun 15, 2015
Merged

Conversation

konklone
Copy link
Contributor

My logic that checked to see if a domain was using a bad certificate chain (which indicates the site is using HTTPS, even if it's not fully valid) failed to also make sure the domain's cert wasn't also using a bad hostname (which indicates the site is not using HTTPS, whether or not the chain is good).

The fix is in 52f82ef, which brings the number of sites that Use HTTPS down from 381 to 328, out of 1,194 domains. That goes from 31.9% to 27.4%, a loss of 4.5%, which makes the big number go from 32 to 27.

A mild silver lining is that a few of those domains actually do use HTTPS, and fixing this bug revealed a smaller bug afflicting those. Fixing that should at least bring this up to something that rounds to 28%, and since the site is currently at 31% (before deploying #221), we can limit the visual damage to 3%. I'm also in the middle of a scan of the last week since #221, which I'm hoping will lead to greater uptake.

I think the result of all this should be a part of the site, maybe part of the /about/ page, which has some prose or a list mentioning methodology changes and some progress milestones, for transparency about the changes.

Downstream of #223, which should be merged first.

@juliaelman
Copy link
Member

Good catch! Adding a new issue to update /about/ to outline these changes and inform the user.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants