• rustydomino@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    2 years ago

    Can someone explain from a technical standpoint how they can block OpenVPN running on port 443? my admittedly limited understanding is that port 443 is the common port for https. If they blocked that port wouldn’t that mean that they would be blocking nearly the entire internet?

    • float@feddit.de
      link
      fedilink
      English
      arrow-up
      12
      ·
      2 years ago

      I don’t know what they actually do but one possibly is to look for (absence of) the TLS handshake. Or maybe they simply infect all devices on the Chinese market with MITM certificates to be able to decrypt all TLS encrypted traffic. Should be easy to force companies to do that in such a country.

      • Shan@lemmy.world
        link
        fedilink
        English
        arrow-up
        21
        ·
        2 years ago

        The port isn’t their focus, they’re looking at the protocol that is being used, regardless of the port. The protocol is still visible when not doing deep packet inspection. That’s why there suggesting a socks proxy for Russian citizens, because that uses HTTPS to tunnel traffic, so it wouldn’t be caught up in protocol analysis.

        • binom@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          2 years ago

          can you maybe link some ressources on how the protocol used can be detected? i did not know about this and would like to read into it some more :)

          • noride@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 years ago

            Look up NBAR for the basic idea. Each vendor has their own ‘secret sauce’ implementation, Palo Alto only needs 9 bytes of payload for disambiguation, iirc.

    • Aux@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      2 years ago

      You can analyze the traffic, detect common patterns and also detect source of the request. Russian IT specialists are now using very complex solutions to come around the block which work a lot like MITM attacks.