I want to block a HTTPS connection after TLS handshake using Iptables. In the other words, I want to allow TCP and TLS handshakes, and then I want to drop the connection. I know that HTTPS is encrypted, but there may be a solution to differentiate TLS handshake packets and application data packets without decrypting them.I want to block a HTTPS connection after TLS ha