Skip to content

Instantly share code, notes, and snippets.

@Enegnei
Last active November 22, 2023 17:05
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save Enegnei/6b13b2d5d0bc7adebb66195f807f3f3b to your computer and use it in GitHub Desktop.
Save Enegnei/6b13b2d5d0bc7adebb66195f807f3f3b to your computer and use it in GitHub Desktop.
A shame-list of popular websites which have not yet deployed HTTPS certificates

HTTPS vs HTTP

HTTPShame

A shame-list of popular or important websites which have not yet deployed HTTPS certificates by default.

Sites which may involve the transmission of very sensitive data, such as health or banking information, are marked with an ❗ to signal they should deploy HTTPS-by-default as soon as possible. If you are a popular website (such as those on the Alexa Top 500 Global Sites) which finds itself on this list - and you want to be removed - you can visit Let's Encrypt about transitioning to HTTPS. It's easy, free, and will help you learn how to protect your customers/ readers!

List now outdated, removed until further notice.

Q: What is HTTPS?

HTTPS, or HyperText Transfer Protocol (HTTP) + Secure Sockets Layer (SSL), is a TCP/IP protocol used by web servers to securely transfer and display content over the internet. While traditionally used mostly for websites hosting online transactions and customer banking data, HTTPS is now being deployed across a wide variety of websites even if no such sensitive data is involved, mainly for authentication purposes. HTTP is less secure as it transmits data as unencrypted plaintext, which can be viewed by anyone spying on the network traffic and is also vulnerable to a variety of malicious attacks.

Q: How do I connect to sites through HTTPS?

Initiatives like HTTPS Everywhere are trying to increase the ubiquity of HTTPS deployment. It works by automatically sending a request telling websites to activate that security feature if they've made it available. However if the site does not support HTTPS at all, the plugin can't create an HTTPS connection -- you will have to use the insecure HTTP version. Some sites may support HTTPS only on certain pages, establish redirects from HTTP to their HTTPS version, or only for text and not images. Also, be aware that the content or design of a website may be different depending on whether you're accessing it over HTTP or HTTPS.

Q: How can you tell if a website is HTTPS or HTTP?

If you install the HTTPS Everywhere browser plugin, you can set it to Block all HTTP requests, which will prevent you from visiting a site or webpage which does not support HTTPS. Or you can simply look at the lock icon next to the web address, which most browsers support.

A more expansive list of HTTPS implementation (or lack thereof) for U.S. government websites, per agency, can be found at Pulse. Steve wrote a few scripts to query the Alex Top 500, including a Python script to find pure-HTTP sites.

Want to help? Tweet HTTP sites @J9Roem with the hashtag #HTTPshame or via email to einzelgaengerin@tutanota.de!

@Luxcium
Copy link

Luxcium commented Apr 10, 2019

@notedrop37 it's not because one believes the earth is flat that they can't rely on the GPS system... ask @kaycebasques he will probably say that all websites should be protected with HTTPS, even if they don’t handle sensitive communications. Aside from providing critical security and data integrity for both any websites and their users' personal information, HTTPS is a requirement for many new browser features.

TL;DR:

  • Intruders both malignant and benign exploit every unprotected resource between websites and users.
  • Many intruders look at aggregate behaviours to identify users.
  • HTTPS doesn't just block misuse of your website. It's also a requirement for many cutting-edge features and an enabling technology for app-like capabilities such as service workers.

Source: Why HTTPS Matters
By: Kayce Basques
Technical Writer, Chrome DevTools & Lighthouse

@Black-Blaze
Copy link

I would appreciate if the designers of GitHub, instead of saying, "Please note that GitHub no longer supports your web browser. We recommend upgrading to the latest Google Chrome or Firefox" would instead learn how to create a good website, one that is compatible with all browsers. I am sure this website, like others, includes bells and whistles nobody cares about, but they make many people unable to use the site. So far it is operating fine on Google Chrome 45, but I would appreciate if that browser warning would go away at the top. No, I am not going to upgrade my browser. Stop asking me. You either learn to make a website that is compatible with my browser, or I'll stop using this site entirely. It's up to you.

Brother There Are A Lot Of Features That May Be Required By Github But Not Present In Older Version... If You Want To Argue, First Make Your Own Github, Compatible with Every Browser (ie7 included)

@btryba
Copy link

btryba commented Nov 9, 2022

Is there a still a site that lists which websites are not using HTTPS? I've been trying to play with manually writing HTTP request headers and seeing response headers. HTTPS makes this a living pain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment