• jokeyrhyme@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    2 years ago

    Could be that there are enough middle-boxes inspecting/manipulating plain-text traffic? And those boxes do nothing (or do less) when the traffic is encrypted?

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      13
      ·
      2 years ago

      It says in the text at the bottom (in an unfortunately not quite as obvious way) that the HTTPS connection makes use of HTTP/2, which is significantly faster, because it streams multiple resources across one connection.

      This is indicative of reality. If you set up a server nowadays, it will support HTTP/2 out of the box. And major browsers will only do HTTP/2, if it’s an HTTPS connection. But yeah, it’s not inherent to it being encrypted.

    • AgreeableLandscape@lemmy.mlOP
      link
      fedilink
      arrow-up
      6
      arrow-down
      3
      ·
      2 years ago

      I feel like it’s more because most encryption schemes also incorporate compression, it has something to do with preventing entropy-based analysis or some other cryptography black magic.

      • kevincox@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        2 years ago

        I don’t think that is the case. There is not general-purpose compression applied to HTTPS as it may leak information like auth tokens. Compression would be transport-encoding compression which is also available in HTTP.

  • Fjord@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    Very cool to see. I wonder exactly why, though. That might be something cool for the site to add at the bottom.