• Xephonian@retrolemmy.com
      link
      fedilink
      arrow-up
      2
      arrow-down
      16
      ·
      10 days ago

      Great for my banking website.

      Not at all important my my IOT sensor network.

      Not EVERYTHING needs to be HTTPS

        • Xephonian@retrolemmy.com
          link
          fedilink
          arrow-up
          2
          arrow-down
          12
          ·
          10 days ago

          You think your data is secure with HTTPS? There’s always an undisclosed vulnerability somewhere.

          Patches solve specific issues but they do nothing for overall security.

          • Possibly linux@lemmy.zipOP
            link
            fedilink
            English
            arrow-up
            8
            arrow-down
            1
            ·
            10 days ago

            I don’t think there is any vulnerability in https. There are know limitations but https itself is fine. If you are talking about TLS vulnerabilities then we have much more to worry about. To compromise the content on a page someone would have to brute force TLS very fast which isn’t feasible with today’s computer. Today’s computer would take at least a few million years. But I have scene estimates that say long past the heat death of the universe.

            Even if https was full of holes it still would be better than http. Http has zero tamper protections or encryption. Companies like AT&T used to tamper with traffic to various purposes and it was feasible for them to do so.

              • Possibly linux@lemmy.zipOP
                link
                fedilink
                English
                arrow-up
                5
                arrow-down
                1
                ·
                edit-2
                10 days ago

                TLS could be the most flawed system on Earth and it would still be better than no TLS. Plain traffic is just that, plain. I can do whatever I want to your web browser as I can arbitrarily change the contents of websites. I can make a page be full of ads or do more malicious things such as replacing a page with a phishing site or running something like beef which allows me to have full control of a browser and to pull all information. I could also exploit any vulnerabilities in the browser to do privilege escalation although to be fair major security CVEs are rare.

                This is literally a community about privacy. I don’t understand why you wouldn’t want https. It works out of the box and it is implemented pretty much everywhere. If a site doesn’t use it that site isn’t really worth using as it take very little time to setup with Let’s encrypt.

            • Xephonian@retrolemmy.com
              link
              fedilink
              arrow-up
              1
              arrow-down
              13
              ·
              edit-2
              10 days ago

              Oh look, we’ve found a security ‘researcher’. Mad that your job only consists of making other people’s job harder?

              Try the DMV, that’s also a great place to work where you can inflict misery on others.

              Valuable zero days aren’t exposed. They’re sold. If someone wants your data they will get it. HTTPS means nothing except huge amounts of wasted CPU cycles and energy.

          • Doubletwist@lemmy.world
            link
            fedilink
            arrow-up
            3
            arrow-down
            1
            ·
            9 days ago

            Once again you seem to be calling for not bothering with any security effort of there’s even a remote chance of some other vulnerability happening.

            The whole point of security is that it’s always a multi-layered thing. Nobody sane is pretending that encrypting web traffic with HTTPS is a panacea that’s going to solve all your data security needs. But it is sure as hell a million times better than having all of your data transmitted in the clear, with absolutely no assurance that you’re are talking to the system you think you’re talking to, or that the data hasn’t been tampered with in transit.

            And don’t pretend https is a huge burden. It’s dead simple to get SSL/TLS certs, and the additional load of encrypting and decrypting the traffic is barely even a rounding error on modern CPUs.

      • lud@lemm.ee
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        10 days ago

        Don’t use HTTPS on your IOT sensor network then.